Revision [23849]
This is an old revision of libidn made by coolpup on 2012-09-18 06:52:17.
GNU libidn
string processing
Binary code distribution:
- PET {includes DEV files}
Source code distribution: http://ftp.gnu.org/gnu/libidn/
./configure CFLAGS="-mtune=generic -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" --prefix=/usr --sysconfdir=/etc --localstatedir=/var --host=i486-pc-linux-gnu
Tutorial
- Verify the installed version via the command-line interface:
idn --version
- Usage:
idn [OPTION]... [STRINGS]...
-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
Appendix
Categories
CategoryNetworkingCategorySoftwareLibraries
CategorySoftware