10 lines
399 B
Text
10 lines
399 B
Text
|
This module provides an easy-to-use interface for encoding and decoding
|
||
|
Internationalized Domain Names (IDNs).
|
||
|
|
||
|
IDNs use characters drawn from a large repertoire (Unicode), but IDNA
|
||
|
allows the non-ASCII characters to be represented using only the ASCII
|
||
|
characters already allowed in so-called host names today (letter-digit-
|
||
|
hypen, "/[A-Z0-9-]/i").
|
||
|
|
||
|
WWW: http://search.cpan.org/dist/Net-IDN-Encode/
|