diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-16 01:18:10 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-20 12:32:34 -0500 |
commit | 93ba4df5022a8c4d422dd97a2a13ffa8a8946453 (patch) | |
tree | ea69c40d48150458e051a851cdf77e722c9118e2 /libraries/perl-Net-LibIDN/README | |
parent | 6a511b1c665a1f7efecadaa3447af889b1dcba58 (diff) | |
download | slackbuilds-93ba4df5022a8c4d422dd97a2a13ffa8a8946453.tar.gz |
perl/*: Moved all of the Perl modules to here
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/perl-Net-LibIDN/README')
-rw-r--r-- | libraries/perl-Net-LibIDN/README | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libraries/perl-Net-LibIDN/README b/libraries/perl-Net-LibIDN/README deleted file mode 100644 index e495139df4..0000000000 --- a/libraries/perl-Net-LibIDN/README +++ /dev/null @@ -1,14 +0,0 @@ -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'))); |