aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPo Lu2024-07-31 08:32:24 +0800
committerPo Lu2024-07-31 08:33:12 +0800
commitbf0aeaa0d7a1581a095aa423e75d0d71cceb28cd (patch)
tree26e3504134829a5c72edd31a55db4f2b8a631275
parenta7e3181e2f7adb928d63a8878a11849818ba321c (diff)
downloademacs-bf0aeaa0d7a1581a095aa423e75d0d71cceb28cd.tar.gz
emacs-bf0aeaa0d7a1581a095aa423e75d0d71cceb28cd.zip
Re-enable displaying `han' characters on Android
* lisp/international/fontset.el (script-representative-chars) <han>: 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.
-rw-r--r--lisp/international/fontset.el3
1 files changed, 1 insertions, 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 @@
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)
214 (yi #xA288) 213 (yi #xA288)
215 (syloti-nagri #xA807 #xA823 #xA82C) 214 (syloti-nagri #xA807 #xA823 #xA82C)
216 (rejang #xA930 #xA947 #xA95F) 215 (rejang #xA930 #xA947 #xA95F)