From 426973a0a109bb69e01c1204e00a9a9a93c433b3 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Wed, 11 Mar 2020 16:52:43 +0900 Subject: [PATCH] (==ucs-tip@JP/hanazono): New coded-charset for XEmacs CHISE. --- lisp/mule/mule-conf.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 87a0fec..a033aef 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -6434,6 +6434,19 @@ min-code #x20000 max-code #x2A6D6 code-offset #x20000)) (make-charset + '==ucs-tip@JP/hanazono + "Hanazono glyphs-forms of UCS TIP" + '(long-name "Hanazono TIP glyph-forms" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "ucs00-3$" + mother ==ucs@JP/hanazono + min-code #x30000 max-code #x3134A + code-offset #x30000)) + (make-charset '===ucs-sip@iso "ISO representative glyph-images of ISO/IEC 10646 Plane 2" '(long-name "SIP rep-glyph-images" -- 1.7.10.4