In <news:[email protected]>, Rob <[email protected]> wrote:
> Philip Taylor <[email protected]> wrote: > > > Ralph Fox (<[email protected]>) wrote: > > > >> Nothing has changed. The HTTP Content-Type header has aways taken > >> precedence over the HTML meta declaration, and not only in SM. > > > > This is the defined behaviour : > > http://www.w3.org/International/questions/qa-html-encoding-declarations) : > > > >> The HTTP header information has the highest priority when it > >> conflicts with in-document declarations. > > However, it appears to be not working for that page. > What could be the reason for that? It is working -- the HTTP header which has precedence is specifying UTF-8. To make the server stop doing this, you need to modify the .htaccess file(s) for the site. Assuming all your HTML files use the .html extension and that they are all windows-1252, this line should work to change the HTTP header the server is sending: AddCharset windows-1252 html If you're not sure how to edit the .htaccess file(s), contact your web host for support. Another way to go would be to convert all the HTML files to UTF-8 and leave the server settings alone. _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

