]> git.eshelyaron.com Git - emacs.git/commitdiff
(chinese-gb18030): Fix :charset-list.
authorKenichi Handa <handa@m17n.org>
Tue, 2 Dec 2003 05:03:50 +0000 (05:03 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 2 Dec 2003 05:03:50 +0000 (05:03 +0000)
lisp/language/chinese.el

index 37739399c89815475205b14daedc7a560767418b..2b96a9f8f406a50dbfe8f4b09e3468b401d0908d 100644 (file)
@@ -231,7 +231,9 @@ converted to CNS)."))
   "GB18030 encoding for Chinese (MIME:GB18030)."
   :coding-type 'charset
   :mnemonic ?c
-  :charset-list '(gb18030)
+  :charset-list '(ascii gb18030-2-byte
+                       gb18030-4-byte-bmp gb18030-4-byte-smp
+                       gb18030-4-byte-ext-1 gb18030-4-byte-ext-2)
   :mime-charset 'gb18030)
 
 (define-coding-system-alias 'gb18030 'chinese-gb18030)