php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34913 Problem with wddx_deserialize
Submitted: 2005-10-19 06:37 UTC Modified: 2005-10-19 15:36 UTC
From: jgarces at futuroprofesional dot cl Assigned:
Status: Not a bug Package: WDDX related
PHP Version: 5.0.5 OS: Ubuntu Linux
Private report: No CVE-ID: None
 [2005-10-19 06:37 UTC] jgarces at futuroprofesional dot cl
Description:
------------
I have problem with wddx_deserialize.

I work with UTF-8 in all server and wddx_deserialize return a value ISO-8859-1.

This is an example:

This very good.
echo wddx_serialize_value("H?ll? th?s is ??w@@!??<>");

This is bad.
echo wddx_deserialize(wddx_serialize_value("H?ll? th?s is ??w@@!??<>"));

Thanks


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-10-19 15:36 UTC] iliaa@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

The manual clearly states that:

If you want to serialize non-ASCII characters you have to convert your data to UTF-8 first (see utf8_encode() and iconv()).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 07:01:31 2024 UTC