[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master cb78b43f394: Fix setup of fonts for 'han' script.
From: |
Eli Zaretskii |
Subject: |
master cb78b43f394: Fix setup of fonts for 'han' script. |
Date: |
Sat, 20 Jul 2024 02:47:19 -0400 (EDT) |
branch: master
commit cb78b43f39432af3301a39507eac23f5f1e9fbf3
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
Fix setup of fonts for 'han' script.
* lisp/international/fontset.el (script-representative-chars): Add
more CJK representative characters to 'han' script. (Bug#72188)
---
lisp/international/fontset.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el
index a6129cbc8f0..d4e24899d11 100644
--- a/lisp/international/fontset.el
+++ b/lisp/international/fontset.el
@@ -208,7 +208,9 @@
(kana #x304B)
(bopomofo #x3105)
(kanbun #x319D)
- (han #x5B57)
+ (han #x2e90 #x2f00 #x3010 #x3200 #x3300 #x3400 #x31c0 #x4e10
+ #x5B57 #xfe30 #xf900
+ #x1f210 #x20000 #x2a700 #x2b740 #x2b820 #x2ceb0 #x2f804)
(yi #xA288)
(syloti-nagri #xA807 #xA823 #xA82C)
(rejang #xA930 #xA947 #xA95F)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master cb78b43f394: Fix setup of fonts for 'han' script.,
Eli Zaretskii <=