Home » Networking » Net_IDNA » Bug #6728
possible encode bug
Details
| Submitted | 2006-02-08 15:18 UTC |
|---|---|
| From | erno at mellesleg dot hu |
| Assigned | neufeind |
| Status | Closed |
| Package | Net_IDNA |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2006-02-08 15:18 UTC] erno at mellesleg dot hu
Description:
------------
I've encoded the word "írjajézuskának" with Net_IDNA. The output is "xn--rjajzusknak-r7a3h4b", but other IDNA converters (like http://idnaconv.phlymail.de/index.php and http://josefsson.org/idn.php) outputs "xn--rjajzusknak-r7a3h5b".
But encoding of "írjajézuskána" with both converters results in same word ("xn--rjajzuskna-z4a5g1b").
[2006-02-09 09:43 UTC] mso at php dot net
This issue will (or at least should) be fixed with the next release of this class.
If you can, plese use the class from phlymail.de in the meantime.