From eaab8296435c79880521e77a05331df5b53a2148 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 31 Jul 2024 18:36:41 +0300 Subject: [PATCH] Revert "Re-enable displaying `han' characters on Android" This reverts commit bf0aeaa0d7a1581a095aa423e75d0d71cceb28cd. The characters removed by this commit cause Emacs to select sub-optimal fonts that lack many Chinese characters, because Emacs generally stops looking for fonts when it finds the first one that seems to match. (cherry picked from commit d00eb0468b147f2bfcb58bc586801f0495f5973d) --- lisp/international/fontset.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index d8c83c46e68..d4e24899d11 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el @@ -209,7 +209,8 @@ (bopomofo #x3105) (kanbun #x319D) (han #x2e90 #x2f00 #x3010 #x3200 #x3300 #x3400 #x31c0 #x4e10 - #x5B57 #xfe30 #xf900) + #x5B57 #xfe30 #xf900 + #x1f210 #x20000 #x2a700 #x2b740 #x2b820 #x2ceb0 #x2f804) (yi #xA288) (syloti-nagri #xA807 #xA823 #xA82C) (rejang #xA930 #xA947 #xA95F) -- 2.39.5