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.

2008-08-20 22:50
1.9

An error message in the "idn" tool when NFKC fails
was fixed. Some other translation fixes were made.
A bug that caused a failure during C# compilation
was worked around. More non-free text was removed
from doc/specifications/rfc3454.txt. The gnulib
files were updated, and the gnulib self-tests were
included. Translations were updated.
Tags: Minor feature enhancements

2008-08-20 22:48
1.8

Translation files are no longer stored directly in
git to avoid merge conflicts. The gnulib files
were updated.
Tags: Code cleanup

2008-04-13 02:21
1.7

For the idn command line tool, a new parameter,
--nfkc, was added to process a string with Unicode
v3.2 NFKC. A minor build fix was made for native
Win32 builds. The gnulib files were updated.
Tags: Minor feature enhancements

2008-03-20 09:50
1.6

Native Windows Visual Studio project files were added. Non-free portions of RFC 3454 were removed. gnulib files were updated. Documentation for IDNA was fixed.
Tags: Minor feature enhancements

2007-07-31 17:43
1.0

Libidn is now considered stable, and is being used
in production at many sites world-wide. The
command-line tools, examples, etc are now licensed
under GPL version 3. Documentation, translations,
and gnulib files have been updated.
Tags: Minor bugfixes

Project Resources