The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::IDN::Nameprep - IDN nameprep tools

SYNOPSIS

  use Net::IDN::Nameprep;
  $output = nameprep $input;

DESCRIPTION

THIS IS ALPHA SOFTWARE. NEEDS MORE TESTING!

Net::IDN::Nameprep implements IDN nameprep specification. This module exports only one function called nameprep.

There comes NO WARRANTY with this module.

FUNCTIONS

nameprep
  $prepared = nameprep $utf8;

accepts UTF8 encoded string, and returns nameprep-ed UTF8 encoded string. It might throw an exception in case of error ("String %s contains prohibited character: %s").

BUGS

There may be plenty of Bugs. Please lemme know if you find any.

AUTHOR

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.

SEE ALSO

Unicode::Normalize, Convert::RACE, Convert::DUDE, http://www.i-d-n.net/draft/draft-ietf-idn-nameprep-03.txt