hmm I don’t think it’s either of those two includes because they’re doing what they’re meant to and would say ‘default’ if not.
When you load up the page the encoding is in Western (ISO). If the blog entry is encoded in ANSI and IE set to Unicode (UTF-8 ) then it all works happily…
So I guess the easiest thing would be to force the browser to use UTF-8 instead of ISO when the page loads.
I have this code in the blog index.php file but it obviously isn’t setting the encoding of the browser:
http-equiv="Content-Type" content="text/html; charset=utf-8"