(M00286): Separate `japanese-jisx0208-1978' and `japanese-jisx0208'.
[chise/xemacs-chise.git] / lisp / mule / mule-charset.el
index c25d1eb..3f7eb74 100644 (file)
@@ -256,7 +256,7 @@ DESCRIPTION (string) is the description string of the charset."
 ;;;
 
 (when (featurep 'utf-2000)
-  (setq default-preferred-coded-charset-list
+  (setq default-coded-charset-priority-list
        '(ascii
          control-1
          latin-iso8859-1
@@ -265,7 +265,32 @@ DESCRIPTION (string) is the description string of the charset."
          latin-iso8859-4
          latin-iso8859-9
          latin-jisx0201
-         vietnamese-viscii-lower
-         vietnamese-viscii-upper)))
+         cyrillic-iso8859-5
+         greek-iso8859-7
+         thai-tis620
+         japanese-jisx0208-1990
+         japanese-jisx0208
+         japanese-jisx0208-1978
+         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
+         latin-viscii-lower
+         latin-viscii-upper
+         ipa
+         lao
+         ethiopic-ucs
+         ethiopic
+         ucs-bmp
+         arabic-iso8859-6
+         ideograph-daikanwa)))
 
 ;;; mule-charset.el ends here