|
Message-ID: <CAAw4D02dGKZ_OcHNsrxhyfc18OTgjWGGK1aqH4GxVTOChgrR5A@mail.gmail.com> Date: Wed, 23 Oct 2019 19:21:35 +0300 From: Eleftherios Kritikos <el01049@...il.com> To: musl@...ts.openwall.com, Rich Felker <dalias@...c.org> Subject: Re: [PATCH] Update ctype data to Unicode 12.1.0 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
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.