From: tomo Date: Sat, 13 Nov 1999 19:14:53 +0000 (+0000) Subject: (lao): New coded-charset. X-Git-Tag: r21-2-19-utf-2000-0_12-0~70 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4417ad42985aecfb35fde21beaf32c268c1e8f8b;p=chise%2Fxemacs-chise.git.1 (lao): New coded-charset. --- diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index fc3d141..f991126 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -25,10 +25,7 @@ ;;; Code: -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;;; IPA (International Phonetic Alphabet) -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - +;; IPA (International Phonetic Alphabet) (make-charset 'ipa "International Phonetic Alphabet" '(registry "MuleIPA" dimension 1 @@ -36,4 +33,13 @@ 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