[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /os/Linux/distr/salix/x86_64/extra-14.2/source/perl/perl-Net-LibIDN/
 
Current bandwidth utilization 1933.76 Mbit/s
Bandwidth utilization bar
Contents of README:
Net::LibIDN - Perl bindings for GNU Libidn

Provides bindings for GNU Libidn, a C library for handling Internationalized
Domain Names according to IDNA (RFC 3490), in a way very much inspired by
Turbo Fredriksson's PHP-IDN.
There is currently no support for Perl's unicode capabilities (man
perlunicode). All input strings are assumed to be octet strings, all output
strings are generated as octet strings. Thus, if you require Perl's unicode
features, you will have to convert your strings manually. For example:

 use Encode;
 use Data::Dumper;
 print Dumper(Net::LibIDN::idn_to_unicode('xn--uro-j50a.com', 'utf-8'));
 print Dumper(decode('utf-8', Net::LibIDN::idn_to_unicode('xn--uro-j50a.com', 'utf-8')));

Icon  Name                                                 Last modified      Size  
[DIR] Parent Directory - [   ] Net-LibIDN-0.12.tar.gz 24-Aug-2016 02:45 14K [   ] README 24-Aug-2016 02:08 710 [TXT] perl-Net-LibIDN.SlackBuild 26-Nov-2013 10:57 3.0K [   ] perl-Net-LibIDN.info 24-Aug-2016 02:08 307 [TXT] slack-desc 24-Aug-2016 02:08 910

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!