Move definition of coded-charset `ethiopic' from mule/ethiopic.el.
[chise/xemacs-chise.git] / lisp / mule / mule-conf.el
index fc3d141..8dad2dd 100644 (file)
 
 ;;; Code:
 
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;; IPA (International Phonetic Alphabet)
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;; Lao script.
+;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F.
+(make-charset 'lao "Lao script"
+             '(registry "MuleLao-1"
+               dimension 1
+               chars 94
+               final ?1
+               graphic 1))
 
+;; IPA (International Phonetic Alphabet)
 (make-charset 'ipa "International Phonetic Alphabet"
              '(registry "MuleIPA"
                dimension 1
                final ?0
                graphic 1))
 
+;; Ethiopic
+(make-charset 'ethiopic "Ethiopic"
+             '(registry "Ethio"
+               dimension 2
+               chars 94
+               final ?3
+               graphic 0
+               ))
+
 ;;; mule-conf.el ends here