From: Po Lu Date: Mon, 12 Aug 2024 12:44:27 +0000 (+0800) Subject: Remove extraneous entries for `han' from script-representative-chars X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f2c92c5af261236be9d75d4a912958efda76094;p=emacs.git 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) --- 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)