An implementation of the Stringprep, Punycode and IDNA specification http://www.gnu.org/software/libidn/
Go to file
2024-01-16 10:11:01 +01:00
libidn.spec automatic version update by autodist [release 1.42-1mamba;Mon Jan 15 2024] 2024-01-16 10:11:01 +01:00
README.md automatic version update by autodist [release 1.28-1mamba;Wed Jul 10 2013] 2024-01-06 04:37:36 +01:00

libidn

GNU Libidn is an implementation of the stringprep, punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group, used for internationalized domain names. The library contains a generic Stringprep implementation that does Unicode 3.2 NFKC normalization, mapping and prohibitation 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. Libidn is written in C and (parts of) the API is accessible from C, C++, Emacs Lisp, Python and Java. An experimental native Java API is also available.