Download List

Descripción del Proyecto

GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group.
It is used to prepare internationalized strings (such as domain name labels, usernames, and passwords) in order to increase the likelihood that string input and string comparison work in ways that make sense for typical users throughout the world. The library contains a generic Stringprep implementation that does Unicode 3.2 NFKC normalization, mapping and prohibition of characters, and bidirectional character handling. Profiles for iSCSI, Kerberos 5, Nameprep, SASL, and XMPP are included. Punycode and ASCII Compatible Encoding (ACE) via IDNA are supported.

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.

2012-01-17 20:49
1.24

Las bibliotecas son re-licensed de LGPLv2 + dual GPLv2 + y LGPLv3 +. Se corrigieron paralelos compilaciones de Windows. Se fijó un bucle infinito potencial en código pr29. La función 'stringprep_ucs4_nfkc_normalize' tiene ahora una palabra clave const. GLib código NFKC fue sincronizado y mejoraron de las declaraciones de copyright y licencia. Archivos de Gnulib fueron actualizados.
Libraries were re-licensed from LGPLv2+ to dual GPLv2+ and LGPLv3+. Parallel Windows builds were fixed. A potential infinite loop in pr29 code was fixed. The 'stringprep_ucs4_nfkc_normalize' function now has a const keyword. Glib NFKC code was synced and the copyright/license statements improved. Gnulib files were updated.

2011-05-05 06:46
1.22

Esta versión añade-liconv como requisito biblioteca estática en libidn.pc para MinGW. Se fija una pérdida de memoria en idna_to_ascii_4z idna_to_ascii_4i cuando falla. sonido metálico a analizar se ha ejecutado en el código, y algunas tareas muertos / fija inicializaciones. win32/libidn4win.mk es realmente distribuida ahora.
This release adds -liconv as a static library requirement in libidn.pc for MinGW. It fixes a memory leak in idna_to_ascii_4z when idna_to_ascii_4i fails. clang-analyze has been run on the code, and some dead assignments/initializations fixed. win32/libidn4win.mk is really distributed now.

2011-04-25 10:33
1.21

Este comunicado de gettext demandas> = 0.18.1 con el fin de obtener los archivos más nuevos M4 para Solaris. Tiene una mejora de MinGW compilación cruzada makefile. Archivos de Visual Studio se han fijado para definir LIBIDN_BUILDING.
This release demands gettext >= 0.18.1 in order to get newer M4 files for Solaris. It has an improved MinGW cross-compile makefile. Visual Studio files have been fixed to define LIBIDN_BUILDING.

2011-03-02 01:51
1.20

Un error en libidn ToUnicode se fijó para comparar "xn -" caso insensible. Ahora idn sólo imprime los derechos de autor y la licencia de propaganda cuando se utilicen de forma interactiva. Gnulib archivos y las traducciones se han actualizado.
A bug in libidn ToUnicode was fixed to compare "xn--" case-insensitively. Now idn only prints the copyright and license blurb when used interactively. Gnulib files and translations were updated.

2008-10-02 00:57
1.10

La herramienta de línea de comandos "PAN" ahora acepta-n como una forma corta de - nfkc. Advertencias del compilador se han fijado. Traducciones y archivos gnulib han sido actualizados.
Tags: Minor bugfixes
The commandline tool "idn" now accepts -n as a
short form of --nfkc.
Compiler warnings have been fixed. Translations
and gnulib files have
been updated.

Project Resources