K 10 svn:author V 6 clsung K 8 svn:date V 27 2007-01-07T14:38:30.000000Z K 7 svn:log V 403 This is a library for converting Unicode strings to numbers. Standard functions like strtoul and strtod do this for numbers written in the usual Western number system using the Indo-Arabic numerals, but they do not handle other number systems. The main functions take as input a UTF-32 Unicode string and compute the corresponding unsigned integer. WWW: http://billposer.org/Software/libuninum.html END