From 7ed05a90439f9b4189ad2fa841ca71e482683774 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 8 Sep 2009 11:43:12 +0000 Subject: [PATCH] (=>>jis-x0213-2): New coded-charset for XEmacs CHISE. (=>jis-x0213-2): 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 a9ade45..c60571c 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -311,6 +311,16 @@ ;; partial t )) (make-charset + '=>>jis-x0213-2 + "JIS X 0213 Plain 2 abstract glyphs" + '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2" + dimension 2 + chars 94 + mother =jis-x0213-2 + =>iso-ir 229 + ;; final ?P + graphic 0)) + (make-charset '=>>jis-x0213-1@2004 "JIS X 0213:2004 Plain 1 abstract glyphs" '(registry "jisx0213\\(\\.2004\\)-1" @@ -386,6 +396,16 @@ ;; partial t )) (define-charset-alias '<=>jis-x0213-1@2004 '=>jis-x0213-1@2004) + (make-charset + '=>jis-x0213-2 + "JIS X 0213 Plain 2 abstract characters" + '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2" + dimension 2 + chars 94 + mother =>>jis-x0213-2 + =>iso-ir 229 + ;; final ?P + graphic 0)) (make-charset '=big5-cdp "Big5 with CDP extension" -- 1.7.10.4