From a1d289d43a24e90053098f153b2a31d5de57de09 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 17 Dec 2001 07:04:16 +0000 Subject: [PATCH] (morohashi-char-replace-alist): Add new character. --- ids-util.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ids-util.el b/ids-util.el index 8dfb3c5..17d43b1 100644 --- a/ids-util.el +++ b/ids-util.el @@ -70,6 +70,7 @@ (decode-char 'chinese-big5-cdp #x8AFC)) (cons (decode-char 'ucs #x2EBE) (decode-char 'ucs #x2EBF)) + (cons ?亽 (decode-char 'chinese-big5-cdp #x8AFC)) (cons (decode-char 'ucs #x5922) (decode-char 'ideograph-daikanwa 05802)) (cons (decode-char 'ucs #x656C) -- 1.7.10.4