Forum Moderators: open
2004-07-23: Markup Validator v0.6.7 Released
Released version 0.6.7, a maintenance release that fixes a few minor bugs, improves authentication proxying, and makes some slight tweaks to the website style and markup.
Seems that AddDefaultCharset On (via .htaccess) is no longer supported, at least from my 2 servers.
<added> Actually, the Val isn't detecting Charset no matter how it's declared, from any server (including WW)
AddDefaultCharset On to specify Apache's default charset of ISO-8859-1. Have you tried specifying the charset explicitly?: AddDefaultCharset ISO-8859-1 The above is what I'm using on the site I tested, and the validator accepted it without problems.
<added>Did you check that the charset was specified in the header using the WebmasterWorld site header check tool? It could be your host has done something silly with their Apache config (unless you set it up yourself!)</added>