diff options
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/config/charset.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/config/charset.cfg b/htdocs/config/charset.cfg index f007cc4..22b9358 100644 --- a/htdocs/config/charset.cfg +++ b/htdocs/config/charset.cfg @@ -1,7 +1,7 @@ # # list of accepted/preferred character encodings # -# $Id: charset.cfg,v 1.15 2007-07-19 08:18:30 ot Exp $ +# $Id: charset.cfg,v 1.16 2007-07-20 02:58:10 ot Exp $ # # Syntax: # @@ -49,6 +49,7 @@ shift_jis = 1 euc-jp = 1 gb2312 = 1 big5 = 1 +big5-hkscs = 1 iso-2022-kr = 1 euc-kr = 1 gb18030 = 1 |