
Encode::Punycode - Encode plugin for Punycode encodings

use Encode::Punycode;
use Encode;
$unicode = decode('Punycode', $punycode);
$punycode = encode('Punycode', $unicode);

Encode::Punycode is an Encode plugin, which allows you to encode Unicode strings into Punycode. Punycode is an efficient encoding (ACE) of Unicode for use with IDNA.

Tatsuhiko Miyagawa <miyagawa@bulknews.net>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

http://www.ietf.org/internet-drafts/draft-ietf-idn-punycode-01.txt