- From: olivier Thereaux <ot@w3.org>
- Date: Fri, 19 Dec 2008 08:09:49 -0500
- To: Dominik Ko³cio <kolcio@bg.pwr.wroc.pl>
- Cc: <www-validator@w3.org>
Hello Dominik, On 19-Dec-08, at 6:12 AM, Dominik Ko³cio wrote: > helo, > I try to validate Simple code in http://validator.w3.org/check: > <?xml version="1.0" encoding="iso-8859-2"?> > ... > <meta http-equiv="content-type" content="text/html; > charset=iso-8859-2"/> > > and always I receive Encoding: utf8 If you are using "direct input", you will find some explanation in the ongoing discussion at: http://www.w3.org/Bugs/Public/show_bug.cgi?id=6259 If you are using "by URI", then it probably means that your server is configured to send the document as utf-8. If that's the case, the validator will send a warning about encoding mismatch. You would have to reconfigure your server to serve this document properly. http://www.w3.org/International/O-charset Hope this helps, -- olivier
Received on Friday, 19 December 2008 13:09:59 UTC