Net_IDNA2pear.php.netPunycode encoding and decoding.This package helps you to encode and decode punycode strings easily.Stefan Neufeindneufeindpear.neufeind@speedpartner.deyesDaniel O'Connordoconnordaniel.oconnor@gmail.comno2010-12-090.1.10.1.0betabetaLGPL
* Added initial support for IDNA2008. This is needed for characters like the German
"Eszett" which would otherwise be turned into "ss" during nameprep.
Use $n->setParams('version', '2008') to use the "new" IDNA-encoding. Default is still
IDNA2003 for backwards-compatibility.
Further aspects of IDNA2008-encoding (for example some checks) should be added later
according to RFCs.
* #16466: Unit tests (testcaseses from draft-josefsson-idn-test-vectors; thanks to Daniel)
* Unit tests (coverage, refactoring/cleanup, more tests)
* #17542: URIs get mangled when decoding (UTF8-fix)
* Codingstyle fixes
* fixed handling of URLs with more than a domain-name (fixed opposite of parse_url())
* Added specialized and spl exceptions
* #17533: Releases and roles do not seem to work.
5.2.11.9.00.1.00.1.0betabeta2010-06-03LGPL
QA Release
Bug #17430 Multiple Net_IDNA class declarations
Warning: This package is now split between Net_IDNA (php4) and Net_IDNA2 (php5)