]> git.eshelyaron.com Git - emacs.git/commitdiff
(locale-language-names): Add GB18030.
authorDave Love <fx@gnu.org>
Sun, 6 Oct 2002 16:23:09 +0000 (16:23 +0000)
committerDave Love <fx@gnu.org>
Sun, 6 Oct 2002 16:23:09 +0000 (16:23 +0000)
lisp/international/mule-cmds.el

index 9468349460f4ccd266f0e4864be7bafd54e39b5a..273c26a319a6fe6ce5efe69619ad5c505c2cc2f8 100644 (file)
@@ -1841,10 +1841,10 @@ of `buffer-file-coding-system' set by this function."
     ; za Zhuang
 
     ; glibc:
-    ; zh_CN.GB18030/GB18030 \
     ; zh_HK/BIG5-HKSCS \
 
     ("zh.*[._]big5" . "Chinese-BIG5")
+    ("zh.*[._].gb18030" . "Chinese-GB18030") ; zh_CN.GB18030/GB18030 in glibc
     ("zh.*[._].gbk" . "Chinese-GBK")
     ;; glibc has zh_TW.EUC-TW, with zh_TW defaulting to Big5
     ("zh_tw" . "Chinese-CNS")