From 690b3da4bcf00e4f66bc24f7bb2bc085b50bad48 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Wed, 30 Jul 2014 01:00:33 +0900 Subject: [PATCH] (===jis-x0213-1@2004): New coded-charset for XEmacs CHISE. (===hanyo-denshi/hg): Ditto. --- lisp/mule/mule-conf.el | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index ca7be98..66badbe 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -976,6 +976,15 @@ ;; partial t )) (make-charset + '===jis-x0213-1@2004 + "JIS X 0213:2004 Plain 1 detailed representative glyph-images." + '(mother ===jis-x0213-1 + =>iso-ir 233 + ;; registry "jisx0213\\(\\.2004\\)-1" + dimension 2 + chars 94 + graphic 0)) + (make-charset '===jis-x0213-2 "JIS X 0213 Plain 2 detailed representative glyph-images." '(mother ==jis-x0213-2 @@ -1921,6 +1930,17 @@ registry "HanyoDenshi\\.IB-0$" mother ==hanyo-denshi/ib)) (make-charset + '===hanyo-denshi/hg + "Han'you-Denshi/HG detailed glyph-images." + '(long-name "Han'you-Denshi/HG glyph-images" + chars 94 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "HanyoDenshi\\.HG-0$" + mother ==hanyo-denshi/hg)) + (make-charset '===hanyo-denshi/jt "JT (Juuki Touitsu Moji) detailed glyph-images." '(long-name "Han'you-Denshi/JT glyph-images" -- 1.7.10.4