From 2aa6a77d3cd7937e821d8502c18134c18974505e Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 7 Jan 2019 00:08:31 +0900 Subject: [PATCH] (=>>ucs-bmp-cjk@unicode): New coded-charset for XEmacs CHISE. --- lisp/mule/mule-conf.el | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 241566f..0e24fd7 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -5761,6 +5761,22 @@ ;; max-code #xA4CF )) (make-charset + '=>>ucs-bmp-cjk@unicode + "Unicode representative detailed-glyphs of CJK Unified Ideographs in BMP" + '(long-name "Unicode-BMP-CJK detailed-glyphs" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "-zh-.*-ucs-0" + mother =>>ucs@unicode + min-code #x2E00 + max-code #x9FA5 + ;; max-code #x9FCC + ;; max-code #xA4CF + )) + (make-charset '=+>ucs-bmp-cjk@unicode "Unicode representative characters of CJK Unified Ideographs in BMP" '(long-name "Unicode-BMP-CJK unified abstract glyphs" -- 1.7.10.4