libuninum is a library for converting Unicode strings to integers and integers to Unicode strings. Internal computation is done using arbitrary precision arithmetic, so there is no limit on the size of the integer that can be converted. Values are passed and returned as ASCII decimal strings, GNU MP mpz_t objects, or unsigned long integers. Auto-detection of the number system is provided. Very many number systems are supported. Group delimitation for output strings is fully controllable. Command line and graphical interfaces are also provided.
| Tags | Software Development Libraries Text Processing Linguistic Localization General |
|---|---|
| Licenses | LGPL |
| Operating Systems | POSIX |
| Implementation | Tcl C |
Recent releases


Changes: This release adds support for Kayah Li, Lepcha, Ol Chiki, Saurashtra, Shan, Sundanese, and Vai. Full width numerals and hex digits are now accepted on input of Western numbers.


Changes: This release provides a choice between M and unit characters with a superscript bar for thousands in Roman numerals, and makes M the default. A README file with documentation for NumberConverter has been added.


Changes: This version adds support for the more exotic forms of Roman numerals. Roman numeral compatibility characters are now accepted.


Changes: This release provides a graphical number converter that makes use of the library, adds a function to the Tcl interface, and fixes some minor bugs.


Changes: This release fixes numerous bugs, adds a number of checks for invalid arguments, and eliminates a number of memory leaks. It also adds support for Verdurian and for the duodecimal form of Tengwar.