[Nickle] string_to_integer() behavior

bart at po8.org bart at po8.org
Fri Sep 5 22:58:14 PDT 2008


I note in passing that I was bitten just now by the fact
that string_to_integer("09") == 0.  I understand this
behavior, but I'm not sure I like it.  I note that
string_to_integer("09", 10) == 9 as expected.

Comments or suggestions?

     Bart


More information about the Nickle mailing list