From 93f57b779c87a0eea7def14c9f2515749b8dd3c3 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 6 Mar 2011 18:56:10 +0000 Subject: [PATCH] (=>>jis-x0208@1978): Fix DOC. (=>>jis-x0208@1983): New coded-charset for XEmacs CHISE. (=>>jis-x0208@1990): Ditto. (=>>hanyo-denshi/ib): Ditto. --- lisp/mule/mule-conf.el | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 230a808..10475d5 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -385,7 +385,7 @@ graphic 0)) (make-charset '=>>jis-x0208@1978 - "JIS X 0208:1978 abstract glyphs (unchanged part)." + "JIS X 0208:1978 abstract glyphs." '(registry "jisx0208\\.1978" dimension 2 chars 94 @@ -393,6 +393,24 @@ =>iso-ir 42 ;; final ?@ graphic 0)) + (make-charset + '=>>jis-x0208@1983 + "JIS X 0208:1983 abstract glyphs." + '(registry "jisx0208\\.1983" + dimension 2 + chars 94 + mother =>>jis-x0208 + =>iso-ir 87 + graphic 0)) + (make-charset + '=>>jis-x0208@1990 + "JIS X 0208:1990 abstract glyphs." + '(registry "jisx0208\\.1990" + dimension 2 + chars 94 + mother =>>jis-x0208 + =>iso-ir 168 + graphic 0)) (make-charset '=>>jis-x0213-1 @@ -1795,6 +1813,17 @@ registry "HanyoDenshi\\.FT-0$" mother =hanyo-denshi/ft)) (make-charset + '=>>hanyo-denshi/ib + "Han'you-Denshi/IB abstract glyphs" + '(long-name "Han'you-Denshi/IB abstract glyphs" + chars 94 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "HanyoDenshi\\.IB-0$" + mother =hanyo-denshi/ib)) + (make-charset '=>>hanyo-denshi/jt "JT (Juuki Touitsu Moji) abstract glyphs" '(long-name "Han'you-Denshi/JT glyphs" -- 1.7.10.4