From d0ae1e8e8f81131b5cbb05ca37bdfe8e5930d036 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 28 Oct 2011 09:27:44 +0000 Subject: [PATCH] (=+>ucs@unicode): 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 fa17b12..e7af7de 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -1089,6 +1089,16 @@ direction l2r =>iso-ir 177 mother =>ucs@iso)) + (make-charset '=+>ucs@unicode + "Unicode representative unified abstract glyphs" + '(long-name "UCS unified abstract glyphs for Unicode" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother =>ucs@unicode)) (make-charset '=>ucs@jis "UCS representative characters for JIS X0208/0212/0213" '(long-name "UCS characters for JIS" -- 1.7.10.4