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-01-20 17:24
0.6.1

This release makes it possible to cross-compile to mingw32, changes how
the C# code is built, and updates the gnulib files.
Tags: Minor bugfixes

2005-12-03 21:24
0.6.0

A C# port of Libidn has been added. Shared
libraries on Cygwin and Mingw32 are supported. A
memory leak was fixed.
Tags: Minor bugfixes

2005-10-23 22:51
0.5.20

The header file pr29.h is now installed by 'make install'. Translation updates. Updated gnulib files.
Tags: Minor bugfixes

2005-09-19 18:53
0.5.19

The test for setlocale and nl_langinfo has now been separated. There are gnulib updates and fixes for getopt. The Java manuals in doc/java/ are now generated by Gjdoc from GNU Classpath. Kaffe is used to link the pre-built libidn-*.jar file. There are translation updates.
Tags: Minor bugfixes

2005-07-16 22:41
0.5.18

The macro AX_CREATE_STDINT_H that is used to
create idn-int.h has been updated. The use of
"head -1" in the configure script was fixed. The
help-libidn mailing list is now announced in the
documentation and README. Translation updates were
done.
Tags: Minor bugfixes

Project Resources