From 83fed1261e98179a6654a3f6617f4fcc53fa47eb Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sun, 5 Dec 2021 10:46:23 +0900 Subject: [PATCH] =?utf8?q?(ideographic-structure-compare-functional-and-appa?= =?utf8?q?rent):=20In=20the=20rule-813:=20=E2=BF=BA=E2=BF=B1LBC=20->=20=E2=BF?= =?utf8?q?=B1=E2=BF=B0LCB,=20treat=20A-BC-8D71=20as=20B.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ids-find.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ids-find.el b/ids-find.el index 0ef26a5..6dffafa 100644 --- a/ids-find.el +++ b/ids-find.el @@ -1730,7 +1730,9 @@ COMPONENT can be a character or char-spec." (memq (encode-char (nth 2 enc-str) '=>ucs@component) '(#x2123C #x58EC)) (eq (encode-char (nth 2 enc-str) '=>ucs@iwds-1) - #x7389))) + #x7389) + (eq (encode-char (nth 2 enc-str) '=>big5-cdp) + #x8D71))) (unless conversion-only (setq f-res (ids-find-chars-including-ids enc-str))) (setq new-str (list ?â¿° -- 1.7.10.4