From a8c1673fa3959de719fc1a2cf151098afc8e299f Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sat, 21 Oct 2017 16:07:52 +0900 Subject: [PATCH] (=+>ucs-var-003): New coded-charset for XEmacs CHISE. (=+>ucs-bmp-var-003): Ditto. --- lisp/mule/mule-conf.el | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 3595802..8683acd 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -4423,6 +4423,30 @@ mother =ucs-var-003 min-code #x20000 max-code #x2FFFF registry "ucs00\\.var003-2")) + (make-charset '=+>ucs-var-003 + "uXXXX-var-003's unified glyphs of GlyphWiki" + '(long-name "UCS-var-003 unified glyphs" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + ;; =>iso-ir 177 + mother =ucs-var-003)) + (make-charset '=+>ucs-bmp-var-003 + "uXXXX-var-003's unified glyphs in BMP" + '(long-name "UCS-BMP-var-003 unified glyphs" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + ;; =>iso-ir 177 + mother =+>ucs-var-003 + min-code #x2E00 + max-code #x9FCC + registry "ucs\\.var003-0")) + (make-charset '=ucs-var-004 "uXXXX-var-004 glyph-images of GlyphWiki" '(long-name "UCS-var-004" -- 1.7.10.4