wok diff libidn/description.txt @ rev 24981

Up pce (20220220-991c55d9)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 08 10:57:53 2022 +0000 (2022-05-08)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libidn/description.txt	Sun May 08 10:57:53 2022 +0000
     1.3 @@ -0,0 +1,10 @@
     1.4 +GNU Libidn is a fully documented implementation of the Stringprep,
     1.5 +Punycode and IDNA 2003 specifications.
     1.6 +Libidn's purpose is to encode and decode internationalized domain names.
     1.7 +
     1.8 +The library contains a generic Stringprep implementation. Profiles for
     1.9 +Nameprep, iSCSI, SASL, XMPP and Kerberos V5 are included. Punycode and
    1.10 +ASCII Compatible Encoding (ACE) via IDNA are supported. A mechanism to
    1.11 +define Top-Level Domain (TLD) specific validation tables, and to compare
    1.12 +strings against those tables, is included. Default tables for some TLDs
    1.13 +are also included.