Move definition of coded-charset `ethiopic' from mule/ethiopic.el.
authortomo <tomo>
Sat, 13 Nov 1999 21:57:06 +0000 (21:57 +0000)
committertomo <tomo>
Sat, 13 Nov 1999 21:57:06 +0000 (21:57 +0000)
lisp/mule/mule-conf.el

index f991126..8dad2dd 100644 (file)
 
 ;;; Code:
 
+;; 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"
                final ?0
                graphic 1))
 
-;; Lao script.
-;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F.
-(make-charset 'lao "Lao script"
-             '(registry "MuleLao-1"
-               dimension 1
+;; Ethiopic
+(make-charset 'ethiopic "Ethiopic"
+             '(registry "Ethio"
+               dimension 2
                chars 94
-               final ?1
-               graphic 1))
+               final ?3
+               graphic 0
+               ))
 
 ;;; mule-conf.el ends here