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 | 0000000007 7 Bytes | |
libidn-1.22.tar.bz2 | 0002858936 2.73 MB | |
libidn.changes | 0000008416 8.22 KB | |
libidn.spec | 0000004126 4.03 KB |
Revision 24 (latest revision is 60)
- Upgrade to version 1.22 * Fix memory leak when idna_to_ascii_4i fails * Fix ToUnicode case-insensitivity bug * Avoid some warnings to make it build with modern gcc on amd64. (forwarded request 69826 from elvigia)
Comments 0