From: tomo Date: Wed, 4 Feb 2004 16:25:41 +0000 (+0000) Subject: (coded-charset-entity-reference-alist): Add settings for X-Git-Tag: r21-4-14-chise-0_21-23^2~81 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=16800e774d7a66dfc63771ad401f57043f832f69;p=chise%2Fxemacs-chise.git.1 (coded-charset-entity-reference-alist): Add settings for `&I-RUI6-hhhh;' and `&RUI6-hhhh;'. --- diff --git a/lisp/mule/mule-coding.el b/lisp/mule/mule-coding.el index a185f9f..1b51736 100644 --- a/lisp/mule/mule-coding.el +++ b/lisp/mule/mule-coding.el @@ -175,6 +175,8 @@ (setq coded-charset-entity-reference-alist '(((ideograph-gt . isolated) "I-GT-" 5 d) ( ideograph-gt "GT-" 5 d) + ((=ruimoku-v6 . isolated) "I-RUI6-" 4 X) + ( =ruimoku-v6 "RUI6-" 4 X) ((chinese-big5-cdp . isolated) "I-CDP-" 4 X) ( chinese-big5-cdp "CDP-" 4 X) ((ideograph-daikanwa . isolated) "I-M-" 5 d)