|
Posted by docbook.xml@gmail.com on November 25, 2007, 1:43 pm
Please log in for more thread options
I have the following in the XHTML 1.0 Strict page:
<meta http-equiv="Content-Type" content="text/html;charset=utf-32" />
However W3 validator complains that
"The character encoding specified in the HTTP header (utf-8) is
different from the value in the <meta> element (utf-32). I will use
the value from the HTTP header (utf-8) for this validation."
How can I change the encoding in the header? I don't have access to
change the HTTP server configuration.
Problem URL:
http://www.quantumcrypto.de/dante/
W3 Validator Output:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.quantumcrypto.de%2Fdante%2F
|