validator/htdocs/docs users.html,1.28,1.29

Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv12756/htdocs/docs

Modified Files:
	users.html 
Log Message:
adding accept-charset option

Index: users.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/users.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- users.html	27 Sep 2007 10:13:33 -0000	1.28
+++ users.html	13 Feb 2008 05:57:24 -0000	1.29
@@ -215,6 +215,14 @@
 	  <p>For example, append "<code>accept-language=ja%2Cfr</code>" and the validator
 	    will send the HTTP Header "<code>Accept-Language: ja,fr</code>".</p>
 	</dd>
+	<dt id="option-accept-charset">Set a specific <code>Accept-Charset</code> Header (<code>accept-charset</code>)</dt>
+	<dd>
+	  <p>This option (<em>experimental, as of 0.8.3</em>) makes the validator send 
+	  a <code>Accept-Charset</code> HTTP header, specifying the character encodings 
+	  which it will accept from server. This option is mainly used to interface the Markup
+	  Validator for <a href="http://www.w3.org/TR/mobileOK-basic10-tests/#http_request">Mobile Web Best Practices</a>
+	  checking.</p>
+	</dd>
       </dl>
         <h4 id="Output">Output Options</h4>
           <p>

Received on Wednesday, 13 February 2008 06:00:45 UTC