;;; 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