Hi,
I've created a basic php rss reader, and am trying to translate a utf-8 feedburner feed into ISO-8859-1 to embed in my website. I'm using utf8_decode() on the text I get back from the feed, however it doesn't seem to be working. Instead of getting “ for quotes and ’ for apostrophe's, all of those characters are just converted into question marks. Does anyone know a way to fix this so they show up properly in my webpage ?
Thanks
Encoding issues
Moderator: General Moderators