Encoding issues

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bitri
Forum Newbie
Posts: 1
Joined: Fri Jun 26, 2009 9:32 am

Encoding issues

Post by bitri »

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
Post Reply