From cb6e3fbdd381f6161fcea679a573208d63bc4ea2 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 3 Mar 2003 15:43:23 +0000 Subject: [PATCH] (ucs-jis): New coded-charsets when `utf-2000' is provided [was builtin coded-charsets]. --- lisp/mule/mule-conf.el | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 7c7f64d..339e89e 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -139,6 +139,15 @@ ) (when (featurep 'utf-2000) + (make-charset 'ucs-jis + "UCS for JIS" + `(long-name "ISO/IEC 10646 for JIS X0208/0212/0213" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + mother ucs)) (make-charset '=ucs-jis-1990 "UCS for JIS:1990" `(long-name "ISO/IEC 10646 for JIS X 0208/0212:1990" -- 1.7.10.4