Revision [18634]
This is an old revision of libidn made by coolpup on 2011-10-08 09:24:07.
libidn
internationalized string handlingSource code: http://ftp.gnu.org/gnu/libidn/
Binary code: http://www.smokey01.com/coolpup/ {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
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://www.t2-project.org/packages/libidn.html
http://www.linuxfromscratch.org/blfs/view/svn/general/libidn.html
http://puppylinux.org/wikka/software
Categories
CategoryNetworkingCategorySoftwareLibraries
CategorySoftware