From cb325b48fb563c21adeaa392ecb910d13a42112a Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 14 Sep 2015 22:41:06 +0900 Subject: [PATCH] (=>ucs@iwds-1): New coded-charset for XEmacs CHISE. --- lisp/mule/mule-conf.el | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 790a9a6..4263324 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -3017,6 +3017,17 @@ graphic 2 direction l2r)) + (make-charset '=>ucs@iwds-1 + "UCS abstract characters based on IWDS-1." + '(long-name "UCS based on IWDS-1" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + =>iso-ir 177 + mother =ucs)) + (make-charset '=>ucs@component "UCS encoding for abstract components of IWDS-1." '(long-name "UCS for IWDS-1 abstract components" -- 1.7.10.4