From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14797 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: Sat, 12 Oct 2019 18:39:47 -0400 Message-ID: <20191012223947.GH16318@brightrain.aerifal.cx> References: <20191012212742.29880-1-el01049@gmail.com> 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="65817"; 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-14813-gllmg-musl=m.gmane.org@lists.openwall.com Sun Oct 13 00:40:04 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 1iJQ3P-000H2D-Nb for gllmg-musl@m.gmane.org; Sun, 13 Oct 2019 00:40:03 +0200 Original-Received: (qmail 25996 invoked by uid 550); 12 Oct 2019 22:40:00 -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 25975 invoked from network); 12 Oct 2019 22:40:00 -0000 Content-Disposition: inline In-Reply-To: <20191012212742.29880-1-el01049@gmail.com> Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:14797 Archived-At: 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