From 7b8a68d30e37a7b1f0603dc4f2525ea39b3c1971 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 4 Mar 2011 07:13:49 +0000 Subject: [PATCH] (=>>ucs@JP): New coded-charset for XEmacs CHISE. --- lisp/mule/mule-conf.el | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index c33296b..dfe59bb 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -1088,6 +1088,16 @@ direction l2r =>iso-ir 177 mother =>>ucs@jis)) + (make-charset '=>>ucs@JP + "UCS abstract-glyphs based on Japanese style glyphs" + '(long-name "UCS glyphs for JP" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother =>>ucs@jis/2004)) (make-charset '=>>ucs@ks "UCS Representative glyphs for Korean Standards" '(long-name "UCS glyphs for KS" @@ -1266,6 +1276,16 @@ mother =ucs@jis min-code #x0000 max-code #xFFFF)) + ;; (make-charset '=ucs@jis/1983 + ;; "ISO/IEC 10646 for JIS X 0208:1983" + ;; '(long-name "UCS for JIS:1983" + ;; chars 256 + ;; dimension 3 + ;; columns 2 + ;; graphic 2 + ;; direction l2r + ;; =>iso-ir 177 + ;; 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