|
|
|
[
Permlink
| « Hide
]
Bill Karwin - 19/Mar/07 03:54 PM
Assign to Darby.
Deferring to
I'll take a look into this, this may be some kind of character encoding problem
Philip,
Can you please try this script out (HostnameTestForm.php), you should access it via a web browser, and let me know if it works for you. I have managed to replicate your problem though cannot see why its occuring at present. With UTF-8 it seems mostly down to character encoding and that can be a little tricky to pin down. The form based version above should work fine for when accepting IDN hostnames via POST Thanks Simon. Check out your script at:
http://web.onlime.ch/HostnameTestForm.php It won't work. I can't tell if my editor (joe under Debian Linux) messed up the encoding of your file. ZF is a "clean" checkout of r4172, no modified files there. Looks like the upload process messed up the character encoding. I'll put together some test scripts and give you a link to them soon so we can get to the bottom of this
Just a note that Alexander Jäger (lx at survive-linux dot com) has also reported this issue. I'll send him a link to test files too to help resolve this issue.
Sorry about this bogus issue.
This was just a charset issue. My files were ISO-8859-1 encoded and I didn't apply utf8_encode() to the domain prior to passing it to the validator. solution 1: solution 2: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||