From 60b29e1919cdeb3adf44e0e987be85f8c8885cb6 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 7 Dec 2011 01:38:19 +0000 Subject: [PATCH] (=+>ucs@jis/2004): New coded-charset for XEmacs CHISE. --- lisp/mule/mule-conf.el | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 0c96536..98fa94a 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -1181,6 +1181,16 @@ =>iso-ir 177 mother =+>ucs@jis)) (define-charset-alias '=>ucs@jis/1990 '=+>ucs@jis/1990) + (make-charset '=+>ucs@jis/2004 + "UCS representative characters for JIS X 0213:2004" + '(long-name "UCS characters for JIS:2004" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother =+>ucs@jis)) (make-charset '=+>ucs@ks "UCS representative unified abstract glyphs for Korean Standards" '(long-name "UCS unified abstract glyphs for KS" -- 1.7.10.4