Hi,
I'm currently parsing an RSS feed and subparsing the html in the description field in order to create a custom XML structure.
In the description field there are ‘ and ’ signs and PHP outputs them as regular question marks. How come?
I've tried different encodings like UTF-8 and iso-8859-1 but nothing works..
This is the xml I'm parsing http://www.ilovetechno.be/artists%5Frss.xml
This is how it should get parsed http://www.crowdsurferapp.com/clients/ilovetechno/
Greets, Nick