From 7690558dc71a19e1c5c52380e654194735719c6b Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 7 Sep 2010 09:28:46 +0000 Subject: [PATCH] (=>>ucs@ks): 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 4612415..04fa5c3 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -952,6 +952,16 @@ direction l2r =>iso-ir 177 mother =>>ucs@jis)) + (make-charset '=>>ucs@ks + "UCS Representative glyphs for Korean Standards" + '(long-name "UCS glyphs for KS" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother =>>ucs@unicode)) (make-charset '=>>ucs@cns "UCS Representative glyphs for CNS 11643 sources" '(long-name "UCS glyphs for CNS" -- 1.7.10.4