From 5040b25c2177e51cb2f85d8f1d3d48c3f6d7a045 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Wed, 22 May 2019 12:26:12 +0900 Subject: [PATCH] (==>ucs@esu): New coded-charset for XEmacs CHISE. (==>ucs-sip@esu): Ditto. --- lisp/mule/mule-conf.el | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index b9f655b..df892eb 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -3845,6 +3845,16 @@ direction l2r =>iso-ir 177 mother =ucs)) + (make-charset '==>ucs@esu + "Extended Subset of Coded Character Sets (ESU)" + '(long-name "BUCS abstract characters" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother ==>ucs@bucs)) (make-charset '=>iwds-1 "The IRG Working Document Series 1: List of UCV of Ideograhs." @@ -6218,6 +6228,19 @@ min-code #x20000 max-code #x2FFFF code-offset #x20000)) (make-charset + '==>ucs-sip@esu + "UCS glyphs in UCS SIP of ESU" + '(long-name "ESU SIP" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "ucs00-2$" + mother ==>ucs@esu + min-code #x20000 max-code #x2FFFF + code-offset #x20000)) + (make-charset '==ucs-sip@JP/hanazono "Hanazono glyphs-forms of UCS SIP" '(long-name "Hanazono SIP glyph-forms" -- 1.7.10.4