From 64909c9a99fbac15fb1f1ba93d441ef9af38f271 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 19 Jan 2003 19:55:14 +0000 Subject: [PATCH] (coded-charset-entity-reference-alist): Add settings for `ideograph-hanziku-{1|2}' and JEF-CHINA3. --- lisp/mule/mule-coding.el | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/lisp/mule/mule-coding.el b/lisp/mule/mule-coding.el index 8db04c9..54a11c5 100644 --- a/lisp/mule/mule-coding.el +++ b/lisp/mule/mule-coding.el @@ -173,16 +173,20 @@ (when (featurep 'utf-2000) (setq coded-charset-entity-reference-alist - '(((chinese-big5-cdp . isolated) "I-CDP-" 4 X) - ( chinese-big5-cdp "CDP-" 4 X) + '(((ideograph-gt . isolated) "I-GT-" 5 d) + ( ideograph-gt "GT-" 5 d) + ((ideograph-gt-k . isolated) "I-GT-K" 5 d) + ( ideograph-gt-k "GT-K" 5 d) ((ideograph-daikanwa . isolated) "I-M-" 5 d) ( ideograph-daikanwa "M-" 5 d) ((ideograph-cbeta . isolated) "I-CB" 5 d) ( ideograph-cbeta "CB" 5 d) - ((ideograph-gt . isolated) "I-GT-" 5 d) - ( ideograph-gt "GT-" 5 d) - ((ideograph-gt-k . isolated) "I-GT-K" 5 d) - ( ideograph-gt-k "GT-K" 5 d) + ((chinese-big5-cdp . isolated) "I-CDP-" 4 X) + ( chinese-big5-cdp "CDP-" 4 X) + ((ideograph-hanziku-1 . isolated) "I-HZK1-" 4 X) + ( ideograph-hanziku-1 "HZK1-" 4 X) + ((ideograph-hanziku-2 . isolated) "I-HZK2-" 4 X) + ( ideograph-hanziku-2 "HZK2-" 4 X) ((japanese-jisx0208-1990 . isolated) "I-J90-" 4 X) ( japanese-jisx0208-1990 "J90-" 4 X) ((japanese-jisx0208 . isolated) "I-J83-" 4 X) @@ -211,6 +215,7 @@ ( chinese-cns11643-7 "C7-" 4 X) ((korean-ksc5601 . isolated) "I-K0-" 4 X) ( korean-ksc5601 "K0-" 4 X) + ( china3-jef "JC3-" 4 X) )) (make-coding-system -- 1.7.10.4