From 81b567e0ef69e64f124ccf81af24e5785ef3b884 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 15 Dec 2004 16:34:33 +0000 Subject: [PATCH] (=ucs-hangul): New coded-charset for XEmacs CHISE. --- lisp/mule/mule-conf.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" -- 1.7.10.4