From 6b037a3bc05561a7f5475dea036f8d7b59be077d Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 19 Dec 2016 01:19:31 +0900 Subject: [PATCH] (=>ucs@jis/2000): New coded-charset for XEmacs CHISE. (=>ucs@jis/2004): Ditto. --- 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 16fc837..5f4644a 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -3573,6 +3573,26 @@ direction l2r =>iso-ir 177 mother =>ucs@unicode)) + (make-charset '=>ucs@jis/2000 + "ISO/IEC 10646 for JIS X 0213:2000" + '(long-name "UCS for JIS:2000" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother =>ucs@jis)) + (make-charset '=>ucs@jis/2004 + "ISO/IEC 10646 for JIS X 0213:2004" + '(long-name "UCS 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 characters for Korean Standards" '(long-name "UCS characters for KS" -- 1.7.10.4