From f70b173d465b7ca52dcbc9138c20b863961b146f Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 13 Jan 2022 22:36:31 +0900 Subject: [PATCH] (===chise-hdic-tsj): New coded-charset for XEmacs CHISE. (=chise-hdic-tsj): Ditto. --- lisp/mule/mule-conf.el | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 34b6273..ddfa1fd 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -3533,6 +3533,24 @@ columns 2 direction l2r)) + (make-charset '===chise-hdic-tsj "HDIC-TSJ (新撰字鏡)" + '(long-name "CHISE-HDIC/TSJ" + chars 256 + dimension 2 + registry "chisetsj-0$" + graphic 2 + columns 2 + direction l2r)) + (make-charset '=chise-hdic-tsj "HDIC-TSJ (新撰字鏡) abstract glyph" + '(long-name "CHISE-HDIC/TSJ" + chars 256 + dimension 2 + registry "chisetsj-0$" + graphic 2 + columns 2 + direction l2r + mother ===chise-hdic-tsj)) + (make-charset '=cbeta "CBETA private characters" '(long-name "CBETA PUA" chars 256 -- 1.7.10.4