![]() |
![]()
| ![]() |
![]()
NAMENet::IDN::Nameprep - A Stringprep Profile for Internationalized Domain Names (RFC 3491) SYNOPSISuse Net::IDN::Nameprep; $output = nameprep $input; DESCRIPTIONThis module implements the nameprep specification, which describes how to prepare internationalized domain name (IDN) labels in order to increase the likelihood that name input and name comparison work in ways that make sense for typical users throughout the world. Nameprep is a profile of the stringprep protocol and is used as part of a suite of on-the-wire protocols for internationalizing the Domain Name System (DNS). FUNCTIONSThis module implements a single function, "nameprep", which is exported by default.
AUTHORClaus Färber <CFAERBER@cpan.org> Previous versions written by Tatsuhiko Miyagawa <miyagawa@bulknews.net> LICENSECopyright 2007-2015 Claus Färber. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSOUnicode::Stringprep, RFC 3491 (<http://www.ietf.org/rfc/rfc3491.txt>)
|