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, http://www.ietf.org/rfc/rfc3492.txt