On Aug 16 16:53, Thomas Munro via austin-group-l at The Open Group wrote: > Hello, > > I am aware of two thread-safe localeconv() alternatives in the wild: > > 1. glibc has nl_langinfo_l(DECIMAL_POINT, loc) for > localeconv()->decimal_point, and so on for every member of struct > lconv.
nl_langinfo_l is also implemented in newlib and thus Cygwin since 2016. Corinna
