From 233d613a78373ef51c11ce47b0cfbc7355b03141 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sun, 11 Feb 2018 15:50:38 +0900 Subject: [PATCH] (=>cns11643-1): New coded-charset for XEmacs CHISE. --- 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 5ea49e6..181b32a 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -1529,6 +1529,15 @@ graphic 0)) (make-charset + '=>cns11643-1 + "CNS 11643 Plane 1 abstract characters." + '(registry "CNS11643[.-]\\(.*[.-]\\)?1$" + dimension 2 + chars 94 + mother =cns11643-1 + =>iso-ir 171 + graphic 0)) + (make-charset '=>cns11643-2 "CNS 11643 Plane 2 abstract characters." '(registry "CNS11643[.-]\\(.*[.-]\\)?2$" -- 1.7.10.4