Revision [18040]
This is an old revision of libidn made by coolpup on 2011-09-16 01:10:33.
libidn
Internationalized Domain Name processor software package {contains DEV files}Verify the installed version via the command-line interface:
idn --version
Usage:
idn [OPTION]... [STRINGS]...
Options:
-h, --help Print help and exit
-V, --version Print version and exit
-s, --stringprep Prepare string according to nameprep profile
-d, --punycode-decode Decode Punycode
-e, --punycode-encode Encode Punycode
-a, --idna-to-ascii Convert to ACE according to IDNA (default mode)
-u, --idna-to-unicode Convert from ACE according to IDNA
--allow-unassigned Toggle IDNA AllowUnassigned flag (default off)
--usestd3asciirules Toggle IDNA UseSTD3ASCIIRules flag (default off)
--no-tld Don't check string for TLD specific rules
Only for --idna-to-ascii and --idna-to-unicode
-p, --profile=STRING Use specified stringprep profile instead
Valid stringprep profiles: `Nameprep',
`iSCSI', `Nodeprep', `Resourceprep',
`trace', `SASLprep'
--debug Print debugging information
--quiet Silent operation
http://ftp.gnu.org/gnu/libidn/
http://www.linuxfromscratch.org/blfs/view/svn/general/libidn.html
Categories
CategoryNetworkingCategorySoftwareLibraries
CategorySoftware