validator/htdocs charset-select.html,1.3,1.4

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

Modified Files:
	charset-select.html 
Log Message:
adding big5-hkscs to drop-down
http://www.iana.org/assignments/charset-reg/Big5-HKSCS

VS: ----------------------------------------------------------------------


Index: charset-select.html
===================================================================
RCS file: /sources/public/validator/htdocs/charset-select.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- charset-select.html	7 May 2007 15:59:19 -0000	1.3
+++ charset-select.html	20 Jul 2007 01:24:59 -0000	1.4
@@ -27,6 +27,7 @@
                 <option value="gb2312">gb2312 (Chinese, simplified)</option>
                 <option value="gb18030">gb18030 (Chinese, simplified)</option>
                 <option value="big5">big5 (Chinese, traditional)</option>
+                <option value="big5-HKSCS">Big5-HKSCS (Chinese, Hong Kong)</option>
                 <option value="tis-620">tis-620 (Thai)</option>
                 <option value="koi8-r">koi8-r (Russian)</option>
                 <option value="koi8-u">koi8-u (Ukrainian)</option>

Received on Friday, 20 July 2007 01:25:09 UTC