From 41a09c34e40ed72119441ed27651ca4751931d26 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Wed, 11 May 2022 12:21:59 +0900 Subject: [PATCH] (=ucs-sip@cns): 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 31de5de..566d703 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -4293,6 +4293,19 @@ direction l2r =>iso-ir 177 mother =ucs@unicode)) + (make-charset + '=ucs-sip@cns + "CNS glyphs of UCS SIP" + '(long-name "CNS SIP glyphs" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "ucs00\\.t-2$" + mother =ucs@cns + min-code #x20000 max-code #x2FFFF + code-offset #x20000)) (define-charset-alias 'ucs-cns '=ucs@cns) (make-charset '=ucs@cns/fw "ISO/IEC 10646 for CNS 11643 with fullwidth" -- 1.7.10.4