Ahh. IE, the web developers nightmare.
Okay, try this instead, put it before you output ANY content.
header('Content-Type:','text/html; charset=UTF-8');
That should tell IE earlier on that you are going to feed it UTF-8, and that it should be expecting that.
|