From 3f2c92c5af261236be9d75d4a912958efda76094 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Mon, 12 Aug 2024 20:44:27 +0800 Subject: [PATCH] Remove extraneous entries for `han' from script-representative-chars * lisp/international/fontset.el (script-representative-chars): Remove characters that are either Kana, obsolete, or radicals, which interferes with the discovery of real Chinese fonts, and does not impact font resolution on free systems with Fontconfig. (cherry picked from commit 5d69e2916458148159d7f21257f3c4863b868690) --- lisp/international/fontset.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index a4456d31cf9..f0f6c8070ac 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el @@ -209,7 +209,7 @@ (kana #x304B) (bopomofo #x3105) (kanbun #x319D) - (han #x2e90 #x2f00 #x3200 #x3300 #x3400 #x4e10 #x5B57 #xfe30 #xf900) + (han #x3200 #x4e10 #x5B57 #xfe30 #xf900) (yi #xA288) (syloti-nagri #xA807 #xA823 #xA82C) (rejang #xA930 #xA947 #xA95F) -- 2.39.2