Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-03-08 09:26
2.2

Esta versión incluye el soporte para otros seis sistemas de números, limpia la asignación de almacenamiento, elimina las pérdidas de memoria de varios, y corrige numerosos errores.
Tags: Major bugfixes
This release adds support for another six number systems, cleans up storage allocation, eliminates several memory leaks, and fixes numerous bugs.

2007-02-07 14:05
2.1

Los cambios importantes en la biblioteca incluyen soporte para el chino Rods contar, Georgia, y Kharoshthi, el control total de la delimitación del grupo, y la capacidad de manejar números occidentales en las bases de 2-36. El comando-numconv utilidad de la línea ha sido completamente reescrito y ahora tiene un página de manual.
Tags: Major feature enhancements
Major changes in the library include support for
Chinese Counting Rods, Georgian, and Kharoshthi,
full control of group delimitation, and the
ability to handle Western numbers in bases 2-36.
The command-line utility numconv has been
completely rewritten and now has a manual page.

2007-01-24 13:01
2.0

Ahora es posible convertir de enteros a cadenas Unicode. El comando Tcl UNStrToWNStr está protegida contra los accidente cuando se le da un nombre válido de sistema de números como un argumento. El proceso de instalación ha sido mejorada.
Tags: Major feature enhancements
It is now possible to convert from integers to
Unicode strings. The Tcl command UNStrToWNStr is
now protected against crashing when given an
invalid number system name as an argument. The
installation process has been improved.

2007-01-15 13:46
1.3

Un API Tcl se ha añadido. La biblioteca de C no ha cambiado desde la versión anterior.
Tags: Major feature enhancements
A Tcl API has been added. The C library is
unchanged from the previous release.

2007-01-06 10:52
1.2

Esta versión incluye el soporte para cirílico armenio, y glagolítico y se extiende chinas para poder chino mixtos números occidental y tradicional china a través de las unidades de 1.0e48. Una serie de variantes numeral chinos han sido añadidos.
Tags: Minor feature enhancements
This release adds support for Armenian, Cyrillic, and Glagolitic and extends Chinese to allow for mixed Chinese/Western numbers and for traditional Chinese units through 1.0e48. A number of Chinese numeral variants have been added.

Project Resources