From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14808 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] Update ctype data to Unicode 12.1.0 Date: Mon, 14 Oct 2019 09:07:09 -0400 Message-ID: <20191014130709.GL16318@brightrain.aerifal.cx> References: <20191012212742.29880-1-el01049@gmail.com> <20191012223947.GH16318@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="220209"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-14824-gllmg-musl=m.gmane.org@lists.openwall.com Mon Oct 14 15:07:29 2019 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1iK04L-000v5M-HK for gllmg-musl@m.gmane.org; Mon, 14 Oct 2019 15:07:25 +0200 Original-Received: (qmail 20318 invoked by uid 550); 14 Oct 2019 13:07:23 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 20297 invoked from network); 14 Oct 2019 13:07:22 -0000 Content-Disposition: inline In-Reply-To: Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:14808 Archived-At: On Sat, Oct 12, 2019 at 11:56:44PM +0100, Eleftherios Kritikos wrote: > Yes. I also created a merge request for musl-chartable-tools > https://github.com/richfelker/musl-chartable-tools/pull/2 Thanks. stdc-predef.h also needs to be updated with a new value for __STD_ISO_10646__. Do you know the right yyyymm value it should have for this version of Unicode? Rich > On Sat, 12 Oct 2019, 11:40 pm Rich Felker, wrote: > > > On Sat, Oct 12, 2019 at 10:27:42PM +0100, u_quark wrote: > > > --- > > > src/ctype/alpha.h | 159 +++++++++++++++++++++------------------- > > > src/ctype/nonspacing.h | 88 ++++++++++++----------- > > > src/ctype/punct.h | 160 ++++++++++++++++++++++------------------- > > > src/ctype/wide.h | 26 +++---- > > > 4 files changed, 232 insertions(+), 201 deletions(-) > > > > Is this done just by dropping the new Unicode files into > > musl-chartable-tools and running make? > > > > Rich > >