On 6/5/05, Vaska. WSG <[EMAIL PROTECTED]> wrote: > I'm not sure what the deal is, but when I bring up a page in my system > it doesn't encode properly at first. I have to go the browser options > and change it to utf-8. The funny thing is that utf-8 is my default as > set in all my browsers. <...> > I don't have any output buffering or anything of the kind going on > here. Is there some on the surface here that I'm missing?
My guess would be that you use apache which has AddDefaultCharset in his httpd.conf file uncomented and set to, say ISO-8859-1. You can check what headers you server sends with Firefoxes LiveHTTPHeaders extension or using online tools like this: http://www.seoconsultants.com/tools/headers.asp HTTP headers have higher priority than META. Regards, Rimantas -- http://rimantas.com/ ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
