I have a webpage with lots of accented characters from different languages. In IE8, sometimes the page loads fine but sometimes selected accented characters (i.e. á, í, é, ð) come up as boxes. It seems completely random whether it works or not - just reloading the page without making any changes can show different results.
In my HTML header, I useAt the start of the PHP code, I useCode:<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Any tips on why it's intermittently working like this?PHP Code:header('Content-type: text/html; charset=utf-8');





, it works fine. So a hack solution would be to go thru the entire database and replace any accents with the HTML code version of each character. Or I could figure out why sometimes the browser shows the character ok and sometimes it doesn't. If no other option presents itself, will have to go the hack option.

Bookmarks