- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 24 Jul 2006 07:11:57 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US In directory hutz:/tmp/cvs-serv27581/share/templates/en_US Modified Files: Tag: validator-0_7-branch warnings.tmpl Log Message: simplified help text for missing charset (ported to 0.7 branch) Index: warnings.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/warnings.tmpl,v retrieving revision 1.15 retrieving revision 1.15.2.1 diff -u -d -r1.15 -r1.15.2.1 --- warnings.tmpl 19 Jul 2005 06:16:45 -0000 1.15 +++ warnings.tmpl 24 Jul 2006 07:11:55 -0000 1.15.2.1 @@ -90,19 +90,18 @@ able to reliably validate this document. Sorry. Please make sure you specify the character encoding in use. </p> - <p class="note"> - Specifying a character encoding is normally done in the web server - configuration file or administration program. The <a - href="http://www.w3.org/"><abbr - title="World Wide Web Consortium">W3C</abbr></a> <a - href="http://www.w3.org/International/"><abbr - title="Internationalization">I18N</abbr> Activity</a> has collected - <a href="http://www.w3.org/International/O-HTTP-charset" - title="A Few Tips On How To Specify The Character Encoding">a few - tips on how to do this</a> in popular web server implementations. - </p> - <TMPL_INCLUDE NAME="iana_charset_blurb.tmpl"> - <p> + <p>Specifying a character encoding is typically done by the web server + configuration, by the scripts that put together pages, and inside the + document itself. <a href="http://www.iana.org/"><abbr title="Internet Assigned Numbers Authority">IANA</abbr></a> + maintains the list of + <a href="http://www.iana.org/assignments/character-sets">official names for character + encodings</a> (called charsets in this context). You can choose from a number + of encodings, though we recommend UTF-8 as particularly useful.</p> + + <p>The W3C <abbr title="Internationalization">I18N</abbr> Activity has collected a + <a href="http://www.w3.org/International/O-charset">few tips on + how to do this</a>.</p> + <p> To quickly check whether the document would validate after addressing the missing character encoding information, you can use the "Encoding" form control earlier in the page to force an encoding
Received on Monday, 24 July 2006 07:15:52 UTC