(default-coded-charset-priority-list): Add `lao'.
[chise/xemacs-chise.git] / lisp / mule / mule-charset.el
index c1a4b44..8e9c599 100644 (file)
@@ -258,6 +258,7 @@ DESCRIPTION (string) is the description string of the charset."
 (when (featurep 'utf-2000)
   (setq default-coded-charset-priority-list
        '(ascii
+          ;; latin-iso646-irv
          control-1
          latin-iso8859-1
          latin-iso8859-2
@@ -268,8 +269,17 @@ DESCRIPTION (string) is the description string of the charset."
          cyrillic-iso8859-5
          greek-iso8859-7
          thai-tis620
+          ;; hiragana-jisx0208
+          ;; katakana-jisx0208
+         japanese-jisx0208
+         japanese-jisx0212
          hebrew-iso8859-8
-         vietnamese-viscii-lower
-         vietnamese-viscii-upper)))
+         latin-viscii
+         latin-viscii-lower
+         latin-viscii-upper
+         ipa
+         lao
+         ucs-bmp
+         arabic-iso8859-6)))
 
 ;;; mule-charset.el ends here