(lao): New coded-charset.
authortomo <tomo>
Sat, 13 Nov 1999 19:14:53 +0000 (19:14 +0000)
committertomo <tomo>
Sat, 13 Nov 1999 19:14:53 +0000 (19:14 +0000)
lisp/mule/mule-conf.el

index fc3d141..f991126 100644 (file)
 
 ;;; Code:
 
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;; IPA (International Phonetic Alphabet)
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
+;; IPA (International Phonetic Alphabet)
 (make-charset 'ipa "International Phonetic Alphabet"
              '(registry "MuleIPA"
                dimension 1
                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
+               chars 94
+               final ?1
+               graphic 1))
+
 ;;; mule-conf.el ends here