add support for Internationalized Domain Names (IDNs)
Brought to you by:
m_ilya
Internationalized Domain Names (IDNs) are not supported yet.
E.g. the valid adress someone@küssen.de is being treated as an invalid
adress.
Your $HOSTNAME_RE should use locale smart RegExps instead of the
unflexible [a-zA-Z] stuff. See http://faq.perl.org/perlfaq6.html.
Anyway thanks for the module,
Edgar
Logged In: NO
Sorry forgot a bit:
Here is info on Internationalized Domain Names:
http://www.verisign.
com/products-services/naming-and-directory-services/naming-services/intern
ationalized-domain-names/index.html
greets,
Edgar