Date: Fri, 25 Jan 2019 17:49:05 +0300
From: Valery Ushakov <[email protected]>
Message-ID: <[email protected]>
| I think printf(1) comes closest.
|
| http://pubs.opengroup.org/onlinepubs/7908799/xcu/printf.html
Yes, for printf, the input format is completely specified.
| So NetBSD printf has the same problem.
This would be a case where accepting locale specific numeric
input "happened by accident" I believe, and is trivial to fix, so
expect that to happen after I get a chance to do a build to
verify I am not breaking anything (the same time my non-locale
related updates to sleep will happen.)
kre