Revision [22809]
This is an old revision of libidn made by coolpup on 2012-07-29 01:23:24.
libidn
string processingBinary code distribution
- packed by coolpup PET {contains DEV files}
./configure CFLAGS="-mtune=generic -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" --prefix=/usr --sysconfdir=/etc --localstatedir=/var --host=i486-pc-linux-gnu
Dependencies: +bzip2,+gettext,+grep,+tar
Tutorial
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
Appendix
http://ftp.gnu.org/gnu/libidn/http://www.t2-project.org/packages/libidn.html
http://www.linuxfromscratch.org/blfs/view/svn/general/libidn.html
Categories
CategoryNetworkingCategorySoftwareLibraries
CategorySoftware