Download List

Project Description

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.

2006-09-13 13:49
0.6.6

Building was fixed on some HPPA systems by using a
stdint.h replacement from gnulib instead of the
AX_CREATE_STDINT_H macro. The gnulib files were
updated.
Tags: Minor bugfixes

2006-07-07 15:10
0.6.5

This release links the library with an external
libintl for gettext, to
make it build on FreeBSD. It updates the doxygen
configuration file to
version 1.4.7.
Tags: Minor bugfixes

2006-07-07 11:01
0.6.4

Translation of error messages was fixed. Warnings
on 64-bit platforms were fixed. The tests are run
under valgrind, if it is installed.
Tags: Minor bugfixes

2006-07-07 11:00
0.6.3

The build environment was fixed.
Tags: Minor bugfixes

2006-02-07 11:48
0.6.2

A problem with Java documentation builds when objdir was not equal to srcdir was fixed. The gnulib files were updated.
Tags: Minor feature enhancements

Project Resources