Net::IDN::Nameprep(3pm) User Contributed Perl Documentation Net::IDN::Nameprep(3pm)
NAME
Net::IDN::Nameprep - A Stringprep Profile for Internationalized Domain Names (RFC 3491)
SYNOPSIS
use Net::IDN::Nameprep;
$output = nameprep $input;
DESCRIPTION
This 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).
FUNCTIONS
This module implements a single function, "nameprep", which is exported by default.
nameprep($input)
Processes $input according to the nameprep specification and returns the result.
If $input contains characters not allowed for nameprep, it throws an exception (so use
"eval" if necessary).
This function currently supports preparation for query strings only.
AUTHOR/LICENSE
Copyright X 2007-2008 Claus Faerber <CFAERBER AT cpan.org>
Previous versions Copyright X Tatsuhiko Miyagawa <miyagawa AT 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::Stringprep, RFC 3491 <http://www.ietf.org/rfc/rfc3491.txt>
perl v5.10.0 2008-09-14 Net::IDN::Nameprep(3pm)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-24 20:48 @38.107.179.240 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)