On Sun, Jul 05, 2020 at 10:35:02PM +0200, Luc Van Oostenryck wrote: > On Sun, Jul 05, 2020 at 12:12:55PM -0700, Linus Torvalds wrote: > > It _might_ be a good idea to limit it to LC_NUMERIC instead of > > LC_ALL, > > but who knows.. I'm not sure what else might be affected (and I'm > > not > > sure how good LC_NUMERIC support is on all platforms) > > Well, checking the standard, I see that strtold() first strips > whitespaces as defined by isspace() and isspace() itself depends > on LC_CTYPE. So, for the moment, I prefer to take Davidson's > patch as is this (OTOH, we already depend on isspace() anyway). > > -- Luc I was also in doubt as to what would be the most appropriate option. Anyway, thanks for accepting the patch. Regards, Davidson Francis.