X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fmule%2Fmule-conf.el;h=8dad2dd28579fce15921e82f955086614c73a638;hb=aa0c085620b488d3bf92e4c5cc150fdeb9f10610;hp=fc3d141102e47b7f83881b9aab285c88a9d2f848;hpb=ed9ef8fbf69769f97917e26bf1d033f37d5e1c28;p=chise%2Fxemacs-chise.git diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index fc3d141..8dad2dd 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -25,10 +25,16 @@ ;;; 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 @@ -36,4 +42,13 @@ final ?0 graphic 1)) +;; Ethiopic +(make-charset 'ethiopic "Ethiopic" + '(registry "Ethio" + dimension 2 + chars 94 + final ?3 + graphic 0 + )) + ;;; mule-conf.el ends here