emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 5d69e291645: Remove extraneous entries for `han' from script-repr


From: Po Lu
Subject: master 5d69e291645: Remove extraneous entries for `han' from script-representative-chars
Date: Mon, 12 Aug 2024 08:48:15 -0400 (EDT)

branch: master
commit 5d69e2916458148159d7f21257f3c4863b868690
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    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.
---
 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]