tirsdag 9. desember 2003, 17:03, skrev Tommy Gildseth:
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.
Tommy
Which leads us to our next question: With Apache overriding the document settings (as has been discussed) I see three options: 1) Have Apache override everything to iso8859-1 (as I've heard this is for now), we need every document to be up to that standard. As Debian and other distros end up with UTF-8 as standard (this is entirely possible with Debian testing right now, as you see), iso8859-1 everywhere will end up as a hassle. We've got only Sámi needing UTF-8 right now, but expect that to change with internationalization. 2) Have Apache override everything to UTF-8. Move the hassle to current users. Problem decreases with time, but will be a big one right now. 3) Turn off that default setting in Apache, and have every page to set its own charset.
Are things really this bad, or is there some easier way out.
Harald