On Tue, Dec 09, 2003 at 05:03:39PM +0100, Tommy Gildseth wrote:
If you want to use Unicode(UTF-8), you have to specify this in the HTML document, as a <meta> element, or have the server send the correct content-type header. If the server already sends ISO-8859-1/15 as the content-type, the browser(at least Mozilla) will prefer this over what is specified in the HTML document.
Are you sure? I believe the browser will always follow the meta tags of the docyment, if present, as this is a way to override the system wide settings of the server. Would be silly the other way around (- or give less capabilities), and I believe this is not well defined in a RFC, while meta tags are well defined.
best regards Keld