(default-coded-charset-priority-list): Add `chinese-big5-cdp'.
[chise/xemacs-chise.git] / lisp / mule / mule-charset.el
index d977ece..6f602bd 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1992 Free Software Foundation, Inc.
 ;; Copyright (C) 1995 Amdahl Corporation.
 ;; Copyright (C) 1996 Sun Microsystems.
-;; Copyright (C) 1999,2000 MORIOKA Tomohiko
+;; Copyright (C) 1999,2000,2001 MORIOKA Tomohiko
 
 ;; Author: Unknown
 ;; Keywords: i18n, mule, internal
@@ -277,12 +277,13 @@ DESCRIPTION (string) is the description string of the charset."
          greek-iso8859-7
          thai-tis620
          japanese-jisx0208
+         japanese-jisx0208-1990
          japanese-jisx0212
+         korean-ksc5601
          japanese-jisx0213-1
          japanese-jisx0213-2
-         japanese-jisx0208-1990
-         korean-ksc5601
          japanese-jisx0208-1978
+         chinese-gb2312
          chinese-cns11643-1
          chinese-cns11643-2
          chinese-cns11643-3
@@ -290,7 +291,9 @@ DESCRIPTION (string) is the description string of the charset."
          chinese-cns11643-5
          chinese-cns11643-6
          chinese-cns11643-7
-         chinese-gb2312
+         chinese-big5-cdp
+         chinese-big5
+         chinese-isoir165
          katakana-jisx0201
          hebrew-iso8859-8
          latin-viscii
@@ -300,6 +303,22 @@ DESCRIPTION (string) is the description string of the charset."
          lao
          ethiopic-ucs
          ethiopic
+         ideograph-daikanwa
+         ideograph-gt-pj-1
+         ideograph-gt-pj-2
+         ideograph-gt-pj-3
+         ideograph-gt-pj-4
+         ideograph-gt-pj-5
+         ideograph-gt-pj-6
+         ideograph-gt-pj-7
+         ideograph-gt-pj-8
+         ideograph-gt-pj-9
+         ideograph-gt-pj-10
+         ideograph-gt-pj-11
+         chinese-gb12345
+         arabic-digit
+         arabic-1-column
+         arabic-2-column
          mojikyo
 ;;;      mojikyo-pj-1
 ;;;      mojikyo-pj-2
@@ -322,9 +341,8 @@ DESCRIPTION (string) is the description string of the charset."
 ;;;      mojikyo-pj-19
 ;;;      mojikyo-pj-20
 ;;;      mojikyo-pj-21
-         ideograph-daikanwa
          ucs-bmp
-         arabic-iso8859-6
-         ucs)))
+         mojikyo-2022-1
+         arabic-iso8859-6)))
 
 ;;; mule-charset.el ends here