From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14859 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eleftherios Kritikos Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] Update ctype data to Unicode 12.1.0 Date: Wed, 23 Oct 2019 19:21:35 +0300 Message-ID: References: <20191012212742.29880-1-el01049@gmail.com> <20191012223947.GH16318@brightrain.aerifal.cx> <20191014130709.GL16318@brightrain.aerifal.cx> <20191020145915.GD16318@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="29553"; mail-complaints-to="usenet@blaine.gmane.org" To: musl@lists.openwall.com, Rich Felker Original-X-From: musl-return-14875-gllmg-musl=m.gmane.org@lists.openwall.com Wed Oct 23 18:22:03 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 1iNJOb-0007WY-P0 for gllmg-musl@m.gmane.org; Wed, 23 Oct 2019 18:22:01 +0200 Original-Received: (qmail 28197 invoked by uid 550); 23 Oct 2019 16:21:59 -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 28174 invoked from network); 23 Oct 2019 16:21:58 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=t7onK57YbsnGmfgucQAv7FblEHyjuz1ZCh5QeH24BfI=; b=a4ynLivzdiFw5fOwdOSPSbjZjhFHGjUyui+jL+atyWjJEOgonFKLrCoeDNcBOJFhLF JDgka2rZy8gT2+2QmTI9QlZr7tWlet8bRDPIW3I0E6FGbmI1nwtVayuEej6IEIzQ0ffz tIU9lXqPXifkLzLuV04iJSSHMk1GDJZZZMYfiMXiFW43voCxqCnZNdRJolg+QublCXCO cg8hFfWTercKHxt/xmhZSQrp16DVV7QgsJ8VPQ3bMajcor2ZUygt3CWp9P1wiDoA0Vhq +HzDbDSuhm29sOJmeneQIb2BB9M9ziZnYd10yY7FS4n/PeclC4fIEnbzi+nsceKo/n+K IcPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=t7onK57YbsnGmfgucQAv7FblEHyjuz1ZCh5QeH24BfI=; b=I02pUYm9vjtI8YSreOjT1+N3JeZ16xKBosFgZ2qqL/rb8EHZOZeTxMGzzUWj+MsXXu DdjZAgM8iK94atVzWd+x0cDlfyxa6OTq/sLtlFSpLgT9K+H5O3YzQAAEzQ0O8zddOJru v1rmSbQ6k5aYWktgXYpKOskA5C0oD74nIeJZStkvOUic0vgEo/l94W3K7YGumYO2VKKO 4ByH23QykGjQxfqPQADYb4/+sl36P0ybk1A2IXprsth2tKlRZFPvMTJiy/nHjFIHQrfc IUdIlmTS1rf/YqXAsPHPxdXZc3y+BOhFYFm0flhdBsN0bTQIObOnmsjhnkgFeiGg2MS5 EPww== X-Gm-Message-State: APjAAAUCMYL204M5qDt5a3sifeIEGJktdQvq/ZGiUAiQZnLSzJv0fazC 2ksqXr8A031Y5Xituxg83/yg74bQobtBDrugKMfOxGWqur0= X-Google-Smtp-Source: APXvYqwxQmZLFLZ4nA0J9j44AoapQLymYKWn80wQ/3HgWZml/sW2fywxTHaRXovyrrQKuJJPeB9bqqyI2JjuRKiEp9Q= X-Received: by 2002:a2e:5b82:: with SMTP id m2mr7240700lje.184.1571847707055; Wed, 23 Oct 2019 09:21:47 -0700 (PDT) In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:14859 Archived-At: Hi all, I wanted to mention that I have used the code for `wcwidth`[1] and for generating Unicode data tables[2] from musl in the Haskell library vty[3] (a ncurses style library). Relevant files in the MR: * https://github.com/jtdaugherty/vty/pull/179/files#diff-ab3908e00d1c13397ed03e5c2213ad8bR5 * https://github.com/jtdaugherty/vty/pull/179/files#diff-a06fd5aeeca6d7dac0278c2537eb1950R1 * https://github.com/jtdaugherty/vty/pull/179/files#diff-86acb7ffecd1a09c5f55892bd0ce13b1R1 * https://github.com/jtdaugherty/vty/pull/179/files#diff-dc77683ad25ad6f509fb58a397c93f4aR1 * https://github.com/jtdaugherty/vty/pull/179/files#diff-9879d6db96fd29134fc802214163b95aR32 Thanks Rich Felker and everyone else for all the good work that has gone into musl! Please let me know if you think attribution was not properly given. 1.http://git.musl-libc.org/cgit/musl/tree/src/ctype/wcwidth.c?id=9b2921bea1d5017832e1b45d1fd64220047a9802 2.https://github.com/richfelker/musl-chartable-tools/tree/master/ctype 3. https://github.com/jtdaugherty/vty Kind regards Lefteris