|
Posted by Andreas Prilop on March 10, 2005, 7:24 pm
Please log in for more thread options
On Thu, 10 Mar 2005, Xiaotian Sun wrote:
> I added the following line to the header of my html file
> <meta http-equiv="content-type" content="text/html; charset=utf-8">
> hoping browsers will use UTF-8 encoding. But all browsers I tried still
> use ISO-8859-1.
You need to set up your *web server* correctly to send the right
charset parameter:
http://www.w3.org/International/O-HTTP-charset.html http://ppewww.ph.gla.ac.uk/~flavell/charset/ns-burp.html Please refer to a comp.infosystems.www.servers... group for details.
The <meta charset> thingy is superfluous; get rid of it.
--
Top-posting.
What's the most irritating thing on Usenet?
|