[Support] ISO-8859-1 im HTTP-Header, statt UTF-8

Paul Hink email at p-hink.de
Thu Sep 27 17:54:07 CEST 2007


Stefano Kowalke <blueduck at gmx.net> wrote:

> ich habe im <head>-Bereich via <meta http-equiv="content-type" 
> content="text/html; charset=UTF-8" /> angegeben. 
> der W3C Validator gibt aber der Anweisung im HTTP-Header Vorrang.
> 
> Meine Frage ist nun: Kann man den HTTP-Header ohne großen Aufwand auf
> UTF-8 umstellen?

Ja: http://httpd.apache.org/docs/1.3/mod/mod_mime.html#addcharset
Also z.B. per "AddCharset UTF-8 .html" in einer .htaccess-Datei.

Paul


More information about the Support mailing list