wok annotate libidn/description.txt @ rev 24800

updated libidn and libidn-dev (1.35 -> 1.38)
author Hans-G?nter Theisgen
date Tue Mar 22 09:47:07 2022 +0100 (2022-03-22)
parents
children
rev   line source
Hans-G?nter@24800 1 GNU Libidn is a fully documented implementation of the Stringprep,
Hans-G?nter@24800 2 Punycode and IDNA 2003 specifications.
Hans-G?nter@24800 3 Libidn's purpose is to encode and decode internationalized domain names.
Hans-G?nter@24800 4
Hans-G?nter@24800 5 The library contains a generic Stringprep implementation. Profiles for
Hans-G?nter@24800 6 Nameprep, iSCSI, SASL, XMPP and Kerberos V5 are included. Punycode and
Hans-G?nter@24800 7 ASCII Compatible Encoding (ACE) via IDNA are supported. A mechanism to
Hans-G?nter@24800 8 define Top-Level Domain (TLD) specific validation tables, and to compare
Hans-G?nter@24800 9 strings against those tables, is included. Default tables for some TLDs
Hans-G?nter@24800 10 are also included.