From 6c36b5bc004e8a205ef970c75ff2b8bd09ae4081 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Fri, 11 Mar 2016 00:28:38 +0900 Subject: [PATCH] (===ucs-bmp-cjk-compat@unicode): New coded-charset for XEmacs CHISE. --- lisp/mule/mule-conf.el | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 3090d67..c84d312 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -4763,6 +4763,20 @@ max-code #xFAFF )) (make-charset + '===ucs-bmp-cjk-compat@unicode + "CJK Compatibility Ideographs of Unicode representatives" + '(long-name "CJK Compatibility Ideographs of Unicode" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "-ja-.*-ucs-0" + mother ===ucs@unicode + min-code #xF900 + max-code #xFAFF + )) + (make-charset '=+>ucs-bmp-cjk-compat@jis "CJK Compatibility Ideographs of JIS representatives unified glyphs" '(long-name "JIS unified glyphs for CJK Compat chars" -- 1.7.10.4