Closed chrfranke closed 7 months ago
I think technically isnumber() could recognize additional characters based on the locale, but how often this becomes practically useful seems pretty slim.
In any case, at the very least I'll incorporate your fix.
AFFLIB 3.7.20 builds and runs OOTB on Cygwin, except for the missing
isnumber()
. Here the quick patch from the source package of the new afflib packages for Cygwin:Does the use of
isnumber()
provide real benefit on BSD platforms? If not, I would suggest to always useisdigit()
.