From 273e8446bbdbf720291e2c533284ed987506bf83 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sat, 28 Apr 2018 16:02:21 +0900 Subject: [PATCH] (=+>big5-cdp): New coded-charset for XEmacs CHISE. (=>big5-cdp): Use `=big5-cdp' instead of `=>>big5-cdp' as its mother. (=>big5-cdp@cognate): New coded-charset for XEmacs CHISE. --- lisp/mule/mule-conf.el | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 8c71857..3d014a5 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -1667,6 +1667,17 @@ registry "big5\\.cdp-0" mother =big5-cdp)) + (make-charset '=+>big5-cdp + "Big5-CDP unified glyphs" + '(long-name "Big5-CDP unified glyphs" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "big5\\.cdp-0" + mother =big5-cdp)) + (make-charset '=>big5-cdp "Big5-CDP abstract characters" '(long-name "Big5-CDP abstract characters" @@ -1676,7 +1687,7 @@ graphic 2 direction l2r registry "big5\\.cdp-0" - mother =>>big5-cdp)) + mother =big5-cdp)) (make-charset '=>big5-cdp@iwds-1 "Big5-CDP abstract characters based on IWDS-1" @@ -1700,6 +1711,17 @@ registry "big5\\.cdp-0" mother =>big5-cdp)) + (make-charset '=>big5-cdp@cognate + "Big5-CDP abstract components based on cognate" + '(long-name "Big5-CDP abstract cognate components" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "big5\\.cdp-0" + mother =>big5-cdp)) + (make-charset '=mj "Moji-Jouhou-Kiban characters" -- 1.7.10.4