From: Eli Zaretskii Date: Sat, 3 Aug 2024 07:29:38 +0000 (+0300) Subject: Fix 'script-representative-chars' for the 'han' script X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e429cf2bd8075990dcd469c1140161a36a324119;p=emacs.git Fix 'script-representative-chars' for the 'han' script * lisp/international/fontset.el (script-representative-chars): Remove from 'han' codepoints that belong to 'cjk-misc'. (cherry picked from commit 15afa72460b4a0ec910749646cb9852b4c578f5e) --- diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index 3e16e1f35bd..695c313cb26 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el @@ -208,9 +208,7 @@ (kana #x304B) (bopomofo #x3105) (kanbun #x319D) - (han #x2e90 #x2f00 #x3010 #x3200 #x3300 #x3400 #x31c0 #x4e10 - #x5B57 #xfe30 #xf900 - #x1f210 #x20000 #x2a700 #x2b740 #x2b820 #x2ceb0 #x2f804) + (han #x2e90 #x2f00 #x3200 #x3300 #x3400 #x4e10 #x5B57 #xfe30 #xf900) (yi #xA288) (syloti-nagri #xA807 #xA823 #xA82C) (rejang #xA930 #xA947 #xA95F)