On Mon, Sep 02, 2019 at 11:16:23AM +0200, Michael Weiser wrote: > So we're back to the first two choices of fiddling with LANG/setlocale() > or implementing a custom strtod(). I'd prefer the latter.
Agreed; multithreaded Perl complicates the former. > What are your > thoughts on this, particularly license-wise where to grab an > implementation from (BSD?)? BSD is a good bet. More often than not, I use NetBSD as a source of library code like this.
