puny(1)

PUNY(1) User Contributed Perl Documentation PUNY(1)

NAME

URI::UTF8::Punycode - Punycode conversion of UTF-8 string.

SYNOPSIS

  use URI::UTF8::Punycode;
  $punycode = puny_enc($utf8str);
  $utf8onsv = puny_dec($punycode);

DESCRIPTION

Punycode conversion of UTF-8 string.

AUTHOR

Twinkle Computing <twinkle@cpan.org>

LISENCE

This released under The GPL General Public License.

2020-09-26 perl v5.34.0