SlackBuilds Repository

15.0 > Perl > perl-Net-LibIDN (0.12)

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')));

Maintained by: Marco Bonetti
Keywords: network,Internationalized Domain Names,perl
ChangeLog: perl-Net-LibIDN

Homepage:
https://metacpan.org/pod/Net::LibIDN

Source Downloads:
Net-LibIDN-0.12.tar.gz (c3e4de2065009d67bcb1df0afb473e12)

Download SlackBuild:
perl-Net-LibIDN.tar.gz
perl-Net-LibIDN.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds