From ef50bda97b68eaa225876e4c4332589f20d8218a Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 24 Nov 2004 08:11:12 +0000 Subject: [PATCH] (=ucs@cns/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 2f50f7b..d739f2a 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -470,6 +470,15 @@ direction l2r mother =ucs@unicode)) (define-charset-alias 'ucs-cns '=ucs@cns) + (make-charset '=ucs@cns/fw + "ISO/IEC 10646 for CNS 11643 with fullwidth" + '(long-name "UCS for CNS-fullwidth" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + mother =ucs@cns)) (make-charset '=ucs@jis "ISO/IEC 10646 for JIS X0208/0212/0213" '(long-name "UCS for JIS" -- 1.7.10.4