From 374ff4e519d7ff341fed387339f612ddec168e16 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 5 Nov 2004 03:01:35 +0000 Subject: [PATCH] (=ucs@jis/fw): 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 0e7502a..e8adb9a 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -471,6 +471,15 @@ direction l2r mother =ucs@unicode)) (define-charset-alias 'ucs-jis '=ucs@jis) + (make-charset '=ucs@jis/fw + "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth" + '(long-name "UCS for JIS-fullwidth" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + mother =ucs@jis)) (make-charset '=ucs@jis/1990 "ISO/IEC 10646 for JIS X 0208/0212:1990" '(long-name "UCS for JIS:1990" -- 1.7.10.4