From 480f83c9a22561fc371c03afb1ac31c4930dca89 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Wed, 10 Dec 2014 23:37:21 +0900 Subject: [PATCH] (==ucs-radicals@unicode): 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 664fa57..9018162 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -3642,6 +3642,18 @@ mother =ucs@unicode min-code #x2E00 max-code #x2FFF)) (make-charset + '==ucs-radicals@unicode + "CJK Radicals of UCS" + '(long-name "UCS-Radicals" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "-zhRadicals-.*-ucs-0" + mother ==ucs@unicode + min-code #x2E00 max-code #x2FFF)) + (make-charset '=ucs-hangul "Hangul Syllables of UCS" '(long-name "UCS-Hangul-Syllables" -- 1.7.10.4