PHP Net_IDNA 0.6.0 (Default branch) |
|
|
PHP Net_IDNA is a class to convert between the
Punycode and Unicode formats. Punycode is a
standard described in RFC 3492 and part of IDNA
(Internationalizing Domain Names in Applications
[RFC3490]). This class allows PHP scripts to
convert these domain names without having one of
the PHP extensions installed.
License: GNU Lesser General Public License (LGPL)
Changes:
The class has been adapted to use the OOP model of PHP5, since PHP4 is discontinued. The formerly external name prep data has been joined back into the class file, which saves one file inclusion and parsing step.
|