From 8a9f0571c730b2db94a9bcca658be6a22c01961d Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 2 Mar 2003 18:07:21 +0000 Subject: [PATCH] (ucs-ks): 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 03026c7..7c7f64d 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -157,6 +157,15 @@ graphic 2 direction l2r mother ucs-jis)) + (make-charset 'ucs-ks + "UCS for KS" + `(long-name "ISO/IEC 10646 for Korean Standards" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + mother ucs)) (make-charset 'ucs-big5 "UCS for Big5" `(long-name "ISO/IEC 10646 for Big5" -- 1.7.10.4