diff options
author | ot <ot@localhost> | 2007-07-20 01:25:00 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-07-20 01:25:00 +0000 |
commit | 2d3d420823a8f12fdfb299d682536b37862eab60 (patch) | |
tree | 353f59ed0de52b7089fd4d01fa1a8634ec33d80c | |
parent | f11f7e9050d68a18a70b2035f56c82a9baf720fd (diff) | |
download | markup-validator-2d3d420823a8f12fdfb299d682536b37862eab60.zip markup-validator-2d3d420823a8f12fdfb299d682536b37862eab60.tar.gz markup-validator-2d3d420823a8f12fdfb299d682536b37862eab60.tar.bz2 |
adding big5-hkscs to drop-down
http://www.iana.org/assignments/charset-reg/Big5-HKSCS
VS: ----------------------------------------------------------------------
-rwxr-xr-x | htdocs/charset-select.html | 1 | ||||
-rw-r--r-- | share/templates/en_US/popup_charset.tmpl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/htdocs/charset-select.html b/htdocs/charset-select.html index 61fe346..eea830d 100755 --- a/htdocs/charset-select.html +++ b/htdocs/charset-select.html @@ -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> diff --git a/share/templates/en_US/popup_charset.tmpl b/share/templates/en_US/popup_charset.tmpl index 846d80e..5219b7a 100644 --- a/share/templates/en_US/popup_charset.tmpl +++ b/share/templates/en_US/popup_charset.tmpl @@ -26,6 +26,7 @@ <option value="gb2312" <TMPL_IF NAME="override charset gb2312">selected="selected"</TMPL_IF>>gb2312 (Chinese, simplified)</option> <option value="gb18030" <TMPL_IF NAME="override charset gb18030">selected="selected"</TMPL_IF>>gb18030 (Chinese, simplified)</option> <option value="big5" <TMPL_IF NAME="override charset big5">selected="selected"</TMPL_IF>>big5 (Chinese, traditional)</option> + <option value="big5-HKSCS" <TMPL_IF NAME="override charset big5-HKSCS">selected="selected"</TMPL_IF>>Big5-HKSCS (Chinese, Hong Kong)</option> <option value="tis-620" <TMPL_IF NAME="override charset tis-620">selected="selected"</TMPL_IF>>tis-620 (Thai)</option> <option value="koi8-r" <TMPL_IF NAME="override charset koi8-r">selected="selected"</TMPL_IF>>koi8-r (Russian)</option> <option value="koi8-u" <TMPL_IF NAME="override charset koi8-u">selected="selected"</TMPL_IF>>koi8-u (Ukrainian)</option> |