aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-07-31 18:36:41 +0300
committerEli Zaretskii2024-07-31 18:36:41 +0300
commitd00eb0468b147f2bfcb58bc586801f0495f5973d (patch)
treef08da12d781172747da386d84f8c85176bb27cf3
parent44c9c2c8456117625ec8a54d4a6908404e483f83 (diff)
downloademacs-d00eb0468b147f2bfcb58bc586801f0495f5973d.tar.gz
emacs-d00eb0468b147f2bfcb58bc586801f0495f5973d.zip
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.
-rw-r--r--lisp/international/fontset.el3
1 files changed, 2 insertions, 1 deletions
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 @@
209 (bopomofo #x3105) 209 (bopomofo #x3105)
210 (kanbun #x319D) 210 (kanbun #x319D)
211 (han #x2e90 #x2f00 #x3010 #x3200 #x3300 #x3400 #x31c0 #x4e10 211 (han #x2e90 #x2f00 #x3010 #x3200 #x3300 #x3400 #x31c0 #x4e10
212 #x5B57 #xfe30 #xf900) 212 #x5B57 #xfe30 #xf900
213 #x1f210 #x20000 #x2a700 #x2b740 #x2b820 #x2ceb0 #x2f804)
213 (yi #xA288) 214 (yi #xA288)
214 (syloti-nagri #xA807 #xA823 #xA82C) 215 (syloti-nagri #xA807 #xA823 #xA82C)
215 (rejang #xA930 #xA947 #xA95F) 216 (rejang #xA930 #xA947 #xA95F)