From 9d5ce3fd0990d5a08744e375a03d08ad1888f470 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 12 Sep 2004 11:49:47 +0000 Subject: [PATCH] (=jis-x0208@1997): New coded-charset for XEmacs CHISE. --- lisp/mule/mule-conf.el | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 8074b30..0e7502a 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -174,6 +174,15 @@ (define-charset-alias 'ucs '=ucs) (define-charset-alias '=jis-x0208-1990 '=jis-x0208@1990) (define-charset-alias 'japanese-jisx0208-1990 '=jis-x0208@1990) + (make-charset + '=jis-x0208@1997 + "JIS X 0208 based on the unification rule of 1997 edition." + '(registry "jisx0208\\.1990" + dimension 2 + chars 94 + mother =jis-x0208 + ;; final ?B + graphic 0)) (make-charset '=big5-cdp "Big5 with CDP extension" -- 1.7.10.4