(default-coded-charset-priority-list): Add `chinese-gb2312'.
[chise/xemacs-chise.git] / lisp / mule / mule-charset.el
index 607666f..c056eb4 100644 (file)
@@ -256,8 +256,9 @@ DESCRIPTION (string) is the description string of the charset."
 ;;;
 
 (when (featurep 'utf-2000)
-  (setq default-coded-charset-priority-list-for-font
+  (setq default-coded-charset-priority-list
        '(ascii
+          ;; latin-iso646-irv
          control-1
          latin-iso8859-1
          latin-iso8859-2
@@ -271,12 +272,25 @@ DESCRIPTION (string) is the description string of the charset."
           ;; hiragana-jisx0208
           ;; katakana-jisx0208
          japanese-jisx0208
+         japanese-jisx0212
+         chinese-cns11643-1
+         chinese-cns11643-2
+         chinese-cns11643-3
+         chinese-cns11643-4
+         chinese-cns11643-5
+         chinese-cns11643-6
+         chinese-cns11643-7
+         korean-ksc5601
+         chinese-gb2312
          hebrew-iso8859-8
-         latin-viscii))
-  (setq default-coded-charset-priority-list
-       (append default-coded-charset-priority-list-for-font
-               '(vietnamese-viscii-lower
-                 vietnamese-viscii-upper)))
-  )
+         latin-viscii
+         latin-viscii-lower
+         latin-viscii-upper
+         ipa
+         lao
+         ethiopic-ucs
+         ethiopic
+         ucs-bmp
+         arabic-iso8859-6)))
 
 ;;; mule-charset.el ends here