e0f8a6a654
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").
10 lines
399 B
Plaintext
10 lines
399 B
Plaintext
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/
|