From 9b3b1f2029062f4d02ad855ba435c2b5460dc934 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 18 Feb 2011 20:21:41 +0000 Subject: [PATCH] (=>>hanyo-denshi/jt): New coded-charset for XEmacs CHISE. --- lisp/mule/mule-conf.el | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index e64936f..c562ab0 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -1675,7 +1675,7 @@ (make-charset '=>>hanyo-denshi/ft "Han'you-Denshi/FT abstract glyphs" - '(long-name "Han'you-Denshi/FT" + '(long-name "Han'you-Denshi/FT glyphs" chars 94 dimension 2 columns 2 @@ -1684,9 +1684,20 @@ registry "HanyoDenshi\\.FT-0$" mother =hanyo-denshi/ft)) (make-charset + '=>>hanyo-denshi/jt + "JT (Juuki Touitsu Moji) abstract glyphs" + '(long-name "Han'you-Denshi/JT glyphs" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "HanyoDenshi\\.JT-0$" + mother =hanyo-denshi/jt)) + (make-charset '=>>hanyo-denshi/ks "Han'you-Denshi/KS abstract glyphs" - '(long-name "Han'you-Denshi/KS" + '(long-name "Han'you-Denshi/KS glyphs" chars 94 dimension 2 columns 2 -- 1.7.10.4