Support for Internationalized Domain Names (IDN)
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 around 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 is supported.
- Developed at devel:libraries:c_c++
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/libidn && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000100 100 Bytes | |
libidn-1.36.tar.gz | 0004557804 4.35 MB | |
libidn-1.36.tar.gz.sig | 0000000488 488 Bytes | |
libidn.changes | 0000016312 15.9 KB | |
libidn.keyring | 0000013528 13.2 KB | |
libidn.spec | 0000006028 5.89 KB |
Revision 55 (latest revision is 60)
- update to 1.36: ** Fix unlikely memory leak in idna_to_unicode_4z4z(). ** Check codepoint validity in punycode_decode() and punycode_decode(). ** tld: Add U+00EF to .nl TLD table. ** Indent code. ** Translation fixes. ** Update gnulib files. ** API and ABI is backwards compatible with the previous version. - remove disable-rwlock-test.patch (builds fine again)
Comments 0