|
|
Message-ID: <20260924022639.GD23438@brightrain.aerifal.cx>
Date: Wed, 23 Sep 2026 22:26:39 -0400
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: [PATCH] [RFC] musl locale overhaul series, take 1
On Mon, Sep 21, 2026 at 12:51:30PM -0400, Rich Felker wrote:
> - Updates of built-in character data to Unicode 17. This is entirely
> mechanical, generated by musl-chartable-tools[1], probably not
> intersting to read.
This update is actually broken. The whitespace in the UCD data for
EastAsianWidth.txt changed and the chartable-tools gen_wide did not
parse it correctly. It's the issue here:
https://github.com/richfelker/musl-chartable-tools/pull/7
fixed by commit 0ad0c3470e5c.
Attached patch fixes it. This will be squashed with the erroneous
commit in the rebase/v2.
View attachment "fix_wcwidth.patch" of type "text/plain" (7127 bytes)
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.