Re: let's drop non-UTF-8 locales

2017-09-01 Thread Adam Borowski
On Fri, Sep 01, 2017 at 06:31:57PM +0200, Adam Borowski wrote: > and ensure that if the user fails to specify a locale, C.UTF-8 is used. Fun thing: build the attached program with glibc then with musl. glibc: "C.UTF-8" iswalpha: 1 (want 1), mbtowc: 2 (want 2) "C" iswalpha: 0 (want 1

let's drop non-UTF-8 locales

2017-09-01 Thread Adam Borowski
On Fri, Sep 01, 2017 at 10:23:59AM +0200, Hans-Christoph Steiner wrote: > More and more packages are adding unicode files as unicode support has > become more reliable and available. The package building process is not > guaranteed to happen in a unicode locale since the Debian default locale > is