[sclug] Character encoding
Andrew Nelis
andrew.nelis at gmail.com
Thu Dec 7 14:05:08 UTC 2006
Hi,
If that's your server there, then it's setting the character set to
UTF8 "Content-Type: text/html; charset=UTF-8" in the headers (yay
Firefox live headers extension). So the meta tags in the HTML will
probably be ignored.
You should probably look into setting the content-type header within
your PHP script;
header("Content-Type: text/html; charset=iso-8859-1")
Cheers,
Andy.
More information about the Sclug
mailing list