From f0e833e049a1813b566f0be5a1232282cc9820a7 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sat, 31 Oct 2015 13:13:55 +0900 Subject: [PATCH] (==ucs-bmp-cjk-compat@gb): New coded-charset for XEmacs CHISE. (==ucs-bmp-cjk-compat@JP): Ditto. --- lisp/mule/mule-conf.el | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 5718821..b788f75 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -4468,6 +4468,34 @@ max-code #xFAFF )) (make-charset + '==ucs-bmp-cjk-compat@gb + "CJK Compatibility Ideographs of Unicode representatives" + '(long-name "CJK Compatibility Ideographs of Unicode" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "-zh-.*-ucs-0" + mother ==ucs@gb + min-code #xF900 + max-code #xFAFF + )) + (make-charset + '==ucs-bmp-cjk-compat@JP + "CJK Compatibility Ideographs for common glyph-forms used in Japan." + '(long-name "CJK Compatibility Ideographs for Japan" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "-ja-.*-ucs-0" + mother ==ucs@JP + 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