On 11/04/2025 23:22, Bruno Haible via GNU coreutils Bug Reports wrote:
On Solaris OpenIndiana, there is one test failure:
FAIL: tests/misc/numfmt
Specifically, the tests lcl-fmt-2, lcl-fmt-3 fail. See the attached log file.
I can easily reproduce it:
$ LC_ALL=fr_FR.UTF-8 src/numfmt --format "--%'10f--" 50000
--50�000--
whereas
$ LC_ALL=en_US.UTF-8 src/numfmt --format "--%'10f--" 50000
-- 50,000--
Fixed in gnulib, through
https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=f7a63a906ed956838b3e6d5545092cef264e0b6e
Wow, a 2910 line patch.
thank you!
Pádraig