ID: 13873
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: WDDX related
Operating System: Linux
PHP Version: 4.0.6
New Comment:
No, it still doesn't work here. I got the latest (oct 31) snap from snaps.php.net:
# ./configure --with-xml --enable-wddx
# make
# ./php wddx_test.php
X-Powered-By: PHP/4.2.0-dev
Content-type: text/html
xyz???
wddx_test.php contains the one-liner submitted in my original report:
print wddx_deserialize(wddx_serialize_value("xyz���"));
/Johan
Previous Comments:
------------------------------------------------------------------------
[2001-10-30 18:15:32] [EMAIL PROTECTED]
Works fine for me with latest CVS. Try a snapshot from
http://snaps.php.net/
--Jani
------------------------------------------------------------------------
[2001-10-30 11:01:23] [EMAIL PROTECTED]
It seems that the wddx_*() functions only handle US-ASCII, although I see a referense
to ISO-8859-1 and UTF-8 in the source:
print wddx_deserialize(wddx_serialize_value("xyz���"));
produces:
xyz???
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=13873&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]