From 22dc71bb94feb83d98b41007038d60496df57ca0 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Wed, 31 Jul 2024 08:32:24 +0800 Subject: [PATCH] Re-enable displaying `han' characters on Android * lisp/international/fontset.el (script-representative-chars) : Remove several characters that were just recently introduced into unicode and are consequently absent from many fonts, so that they may match font specs specifying scripts rather than QClang in the default fontset. (cherry picked from commit bf0aeaa0d7a1581a095aa423e75d0d71cceb28cd) --- lisp/international/fontset.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index d4e24899d11..d8c83c46e68 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el @@ -209,8 +209,7 @@ (bopomofo #x3105) (kanbun #x319D) (han #x2e90 #x2f00 #x3010 #x3200 #x3300 #x3400 #x31c0 #x4e10 - #x5B57 #xfe30 #xf900 - #x1f210 #x20000 #x2a700 #x2b740 #x2b820 #x2ceb0 #x2f804) + #x5B57 #xfe30 #xf900) (yi #xA288) (syloti-nagri #xA807 #xA823 #xA82C) (rejang #xA930 #xA947 #xA95F) -- 2.39.5