From: tomo Date: Wed, 15 Dec 2004 16:34:33 +0000 (+0000) Subject: (=ucs-hangul): New coded-charset for XEmacs CHISE. X-Git-Tag: r21-4-15-chise-0_21-32^2~81 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=81b567e0ef69e64f124ccf81af24e5785ef3b884;p=chise%2Fxemacs-chise.git (=ucs-hangul): New coded-charset for XEmacs CHISE. --- diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index d739f2a..9a631db 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -594,6 +594,18 @@ mother =ucs@unicode min-code #x2E00 max-code #x2FFF)) (make-charset + '=ucs-hangul + "Hangul Syllables of UCS" + '(long-name "UCS-Hangul-Syllables" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "-Hangul-.*-ucs-0" + mother =ucs + min-code #xAC00 max-code #xD7AF)) + (make-charset '=ucs-bmp-cjk "CJK Characters in BMP of UCS" '(long-name "UCS-BMP-CJK"