RE: glyph selection for Unicode in browsers

I would be happy if just this

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

would be enough to convince the browsers that the page is in UTF-8...
It isn't if the HTTP server claims that the pages it serves are in
ISO 8859-1.  A sample of this is http://www.iki.fi/jhi/jp_utf8.html,
it does have the meta charset, but since the webserver (www.hut.fi,
really, a server outside of my control) thinks it's serving Latin 1,
I cannot help the wrong result.  (I guess some browsers might do better
work at sniffing the content of the page, but at least IE6 and Opera 6.05
on Win32 seem to believe the server rather than the (HTML of the) page.

Received on Wednesday, 25 September 2002 18:40:50 UTC