Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Bibliotheken wurden von LGPLv2 + dual GPLv2 + und LGPLv3 + Anlage. Parallelen Builderstellung Windows wurden behoben. Eine potenzielle Endlosschleife in pr29 Code wurde behoben. Die Funktion 'stringprep_ucs4_nfkc_normalize' hat jetzt einen const-Schlüsselwort. Glib NFKC Code wurde synchronisiert und verbessert die Copyright/Lizenz-Anweisungen. Gnulib Dateien wurden aktualisiert.
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

Diese Veröffentlichung fügt-liconv als eine statische Bibliothek Anforderung in libidn.pc für MinGW. Es behebt einen Speicherverlust in idna_to_ascii_4z wenn idna_to_ascii_4i ausfällt. Klang-Analyse wurde auf der Code ausgeführt wurde, und einige tote Zuweisungen / Initialisierungen fixiert. win32/libidn4win.mk ist wirklich verteilt kaufen.
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

Diese Version verlangt gettext> = 0.18.1 um neuere M4-Dateien für Solaris zu bekommen. Es hat eine verbesserte MinGW cross-kompilieren Makefile. Visual Studio-Dateien wurden behoben zu LIBIDN_BUILDING definieren.
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

Ein Fehler in libidn ToUnicode wurde behoben zu vergleichen "xn -" Groß-und Kleinschreibung. Jetzt idn druckt nur das Urheberrecht und Lizenz Klappentext wenn interaktiv genutzt. Gnulib Dateien und Übersetzungen wurden aktualisiert.
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

Das Kommandozeilen-Tool "IDN" akzeptiert nun-n als Kurzform von - nfkc. Compiler-Warnungen wurden behoben. Übersetzungen und gnulib Dateien wurden aktualisiert.
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