From bfe6f0862aec1f4fcab0754be17b5d875bb5386c Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 27 Jul 2010 11:51:11 +0000 Subject: [PATCH] (=>>ucs@jis/1990): New abstract glyph-set for XEmacs CHISE. (=>>ucs@jis/2000): Likewise. (=>>ucs@jis/2004): Likewise. --- lisp/mule/mule-conf.el | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 95ce151..3969b9a 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -847,6 +847,36 @@ direction l2r =>iso-ir 177 mother =>>ucs@unicode)) + (make-charset '=>>ucs@jis/1990 + "UCS Representative glyphs for JIS X 0208/0212:1990" + '(long-name "UCS glyphs for JIS:1990" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother =>>ucs@jis)) + (make-charset '=>>ucs@jis/2000 + "UCS Representative glyphs for JIS X 0213:2000" + '(long-name "UCS glyphs for JIS:2000" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother =>>ucs@jis)) + (make-charset '=>>ucs@jis/2004 + "UCS Representative glyphs for JIS X 0213:2004" + '(long-name "UCS glyphs for JIS:2004" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother =>>ucs@jis)) (make-charset '=>>ucs@cns "UCS Representative glyphs for CNS 11643 sources" '(long-name "UCS glyphs for CNS" -- 1.7.10.4