From: Po Lu <luangruo@yahoo.com>
To: emacs-devel@gnu.org
Cc: Eli Zaretskii <eliz@gnu.org>
Subject: Re: master 15afa72460b: Fix 'script-representative-chars' for the 'han' script
Date: Sat, 03 Aug 2024 17:27:27 +0800 [thread overview]
Message-ID: <8734nmq7ls.fsf@yahoo.com> (raw)
In-Reply-To: <20240803073044.42052C1CAF7@vcs2.savannah.gnu.org> (Eli Zaretskii's message of "Sat, 3 Aug 2024 03:30:44 -0400 (EDT)")
Eli Zaretskii <eliz@gnu.org> writes:
> branch: master
> commit 15afa72460b4a0ec910749646cb9852b4c578f5e
> Author: Eli Zaretskii <eliz@gnu.org>
> Commit: Eli Zaretskii <eliz@gnu.org>
>
> Fix 'script-representative-chars' for the 'han' script
>
> * lisp/international/fontset.el (script-representative-chars):
> Remove from 'han' codepoints that belong to 'cjk-misc'.
> ---
> lisp/international/fontset.el | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el
> index f5b4b0b4aa4..695c313cb26 100644
> --- a/lisp/international/fontset.el
> +++ b/lisp/international/fontset.el
> @@ -208,8 +208,7 @@
> (kana #x304B)
> (bopomofo #x3105)
> (kanbun #x319D)
> - (han #x2e90 #x2f00 #x3010 #x3200 #x3300 #x3400 #x31c0 #x4e10
> - #x5B57 #xfe30 #xf900)
> + (han #x2e90 #x2f00 #x3200 #x3300 #x3400 #x4e10 #x5B57 #xfe30 #xf900)
Someone reports that this set of characters still does not enable the
detection of WenQuanYi Micro Hei, which is certainly complete enough to
display all Han text that will be encountered in practice. U+2E90,
U+2F00, U+3300 and U+3400 are absent from this font, and quite
reasonably so, since they are freestanding radicals, Kana, which belong
in the entry for kana rather than han, or obsolete.
next parent reply other threads:[~2024-08-03 9:27 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <172267024373.1752.11669700725951474437@vcs2.savannah.gnu.org>
[not found] ` <20240803073044.42052C1CAF7@vcs2.savannah.gnu.org>
2024-08-03 9:27 ` Po Lu [this message]
2024-08-03 15:23 ` master 15afa72460b: Fix 'script-representative-chars' for the 'han' script Eli Zaretskii
2024-08-04 0:16 ` Po Lu
2024-08-04 4:57 ` Eli Zaretskii
2024-08-04 7:58 ` Po Lu
2024-08-05 16:25 ` Eli Zaretskii
2024-08-05 23:58 ` Po Lu
2024-08-06 11:35 ` Eli Zaretskii
2024-08-07 0:17 ` Po Lu
2024-08-07 11:47 ` Eli Zaretskii
2024-08-07 12:12 ` Po Lu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8734nmq7ls.fsf@yahoo.com \
--to=luangruo@yahoo.com \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).