UTF8 Problems
Posted: Fri Nov 20, 2009 4:04 pm
Hi!
I'm taking a blog feed, parsing it into an array, and spitting it out through my site.
The feed itself doesn't have any funky characters, but when I pass it through the site (which IS ISO-5899-1 encoded) I get this:
This is a common problem with the sites I work on, the blog platform has different encoding than the pages.
Anything you can suggest about this?
I'm taking a blog feed, parsing it into an array, and spitting it out through my site.
The feed itself doesn't have any funky characters, but when I pass it through the site (which IS ISO-5899-1 encoded) I get this:
When I run it through utf8_decode(); it does change the whacky characters ... but to question marks! ?Last night, as the performance was about to begin, the emcee’s instructions were clear.“Hold up your cellphones, Blackberrys, iPhones or what have you in front of you;
This is a common problem with the sites I work on, the blog platform has different encoding than the pages.
Anything you can suggest about this?