From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 15afa72460b: Fix 'script-representative-chars' for the 'han' script Date: Sun, 04 Aug 2024 07:57:22 +0300 Message-ID: <86ttg0ubpp.fsf@gnu.org> References: <172267024373.1752.11669700725951474437@vcs2.savannah.gnu.org> <20240803073044.42052C1CAF7@vcs2.savannah.gnu.org> <8734nmq7ls.fsf@yahoo.com> <86cympvdej.fsf@gnu.org> <87le1dp2gb.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28568"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Aug 04 06:58:05 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1saTJk-0007HN-HU for ged-emacs-devel@m.gmane-mx.org; Sun, 04 Aug 2024 06:58:04 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1saTJ8-00064B-Nl; Sun, 04 Aug 2024 00:57:26 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1saTJ7-000641-BW for emacs-devel@gnu.org; Sun, 04 Aug 2024 00:57:25 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1saTJ6-0002kf-OV; Sun, 04 Aug 2024 00:57:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=hxLLMWhGxba0aBKoLjfxo1rkbgBSlZPDUy12R9QGjSs=; b=J9DyM1JTc6A5 X3Jx4OHEOokPCErVSYDdKBGbe7ODhPpzdXHD+eh2iGsMp36fveLsVuuvq9XEAZ0ALYH/hcTeFqRed YpVQ6/Dv5RDPqsPUrfkRL54avG1vroCQy8sQyATEAxAB5YBQEYE25Ru3flYziMLy3+/HpZGi+hY80 Zb3Qrpr35Ol5aMAZzVQOHWOY1tYOMinW/zxTxH2fZrvpYEWfcEaVvLaETiy383G6xDVPKTEwRbnUO upV0zUpZUrja74BVx5mcp2DXa3fIk1ylcUMJk5QrowyELt/Po3UhPYxM0LPT2HegptIZrW+116wsV 9cb7KzUYD7O+wRZqVlBwNQ==; In-Reply-To: <87le1dp2gb.fsf@yahoo.com> (message from Po Lu on Sun, 04 Aug 2024 08:16:20 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:322321 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Sun, 04 Aug 2024 08:16:20 +0800 > > Eli Zaretskii writes: > > >> 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. > > > > On what system did that happen? > > Not "what system", "which font": WenQuanYi Micro Hei, one of the better > free Han fonts. Then users should perhaps look for better fonts. I'm quite astonished to hear that free fonts on free systems do so much worse a job than MS-Windows. I have hard time believing that. > > And I don't understand why you say these characters are Kana, this > > page disagrees: > > > > https://en.wikipedia.org/wiki/Kangxi_radical > > That's U+2E90. U+3300 is Kana, according to Scripts.txt: > > 3300..3357 ; Katakana # So [88] SQUARE APAATO..SQUARE WATTO That's just one block out of 4 that you mentioned. And if we want to treat that as Kana, we should change admin/blocks.awk first.