Mercurial > emacs
changeset 90254:9b004e9ea127
(locale-preferred-coding-systems): Fix entries for Chinese
locales.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 27 Oct 2005 06:34:56 +0000 |
parents | 64798552baed |
children | cd0158e0e9cc |
files | lisp/international/mule-cmds.el |
diffstat | 1 files changed, 5 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el Thu Oct 27 06:31:38 2005 +0000 +++ b/lisp/international/mule-cmds.el Thu Oct 27 06:34:56 2005 +0000 @@ -2281,14 +2281,13 @@ ("koi8-?r" . koi8-r) ("koi8-?u" . koi8-u) ("tcvn" . tcvn) + ("big5[-_]?hkscs" . big5-hkscs) ("big5" . big5) ("euc-?tw" . euc-tw) - ;; We don't support GBK, but as it is upper compatible with - ;; GB-2312, we setup the default coding system to gb2312. - ("gbk" . gb2312) - ;; We don't support BIG5-HKSCS, but as it is upper compatible with - ;; BIG5, we setup the default coding system to big5. - ("big5hkscs" . big5) + ("euc-?cn" .euc-cn) + ("gb2312" . gb2312) + ("gbk" . gbk) + ("gb18030" . gb18030) ("ja.*[._]euc" . japanese-iso-8bit) ("ja.*[._]jis7" . iso-2022-jp) ("ja.*[._]pck" . japanese-shift-jis)