From 501df0ea3a6659149c27199e5e3b66b617071746 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sun, 16 Jan 2022 19:23:34 +0900 Subject: [PATCH] (===chise-hdic-tsj): Modify DOC. (=chise-hdic-tsj): Ditto. (===chise-hdic-ktb): New coded-charset for XEmacs CHISE. (=chise-hdic-ktb): Ditto. --- lisp/mule/mule-conf.el | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index a5873cd..13bcaee 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -3533,7 +3533,7 @@ columns 2 direction l2r)) - (make-charset '===chise-hdic-tsj "HDIC-TSJ (新撰字鏡)" + (make-charset '===chise-hdic-tsj "HDIC-TSJ (新撰字鏡 天治本)" '(long-name "CHISE-HDIC/TSJ" chars 256 dimension 2 @@ -3541,7 +3541,7 @@ graphic 2 columns 2 direction l2r)) - (make-charset '=chise-hdic-tsj "HDIC-TSJ (新撰字鏡) abstract glyph" + (make-charset '=chise-hdic-tsj "HDIC-TSJ (新撰字鏡 天治本) abstract glyph" '(long-name "CHISE-HDIC/TSJ" chars 256 dimension 2 @@ -3569,6 +3569,24 @@ direction l2r mother ===chise-hdic-syp)) + (make-charset '===chise-hdic-ktb "HDIC-KTB (篆隸萬象名義 高山寺本)" + '(long-name "CHISE-HDIC/KTB" + chars 256 + dimension 2 + registry "chisektb-0$" + graphic 2 + columns 2 + direction l2r)) + (make-charset '=chise-hdic-ktb "HDIC-KTB (篆隸萬象名義 高山寺本) abstract glyph" + '(long-name "CHISE-HDIC/KTB" + chars 256 + dimension 2 + registry "chisektb-0$" + graphic 2 + columns 2 + direction l2r + mother ===chise-hdic-ktb)) + (make-charset '=cbeta "CBETA private characters" '(long-name "CBETA PUA" chars 256 -- 1.7.10.4