Neven,
> A C program is in the "C" locale already when it reaches the main
> function, so I think there's no point to calling it again.
ah, thanks. i didn't know that.
with the new "C.UTF-8", possibly it makes sense to try falling back to
that locale (after "" fails), before defaulting to the "
On Wed, 16 Feb 2022 at 14:18, Greg Minshall via arch-general
wrote:
>
> Marius,
>
> > This mail just reminded me that one of my own projects didn't handle a
> > messed
> > locale setup gracefully in the past causing multiple users (that apparently
> > had a messed setup) to report issues, e.g.
>