xmlrpc_encode_request - encode chars problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Hello,

I got a error using xmlrpc_encode_request() when I pass the letter "É" (ASCII 201):


Test Code:
$reqxml = xmlrpc_encode_request('', array('É'));
var_dump($reqxml);


I have tested using PHP Version 5.0.4 with Apache 2.0 in 2 diferent machines with Linux.

In one machine, it works, the result is:
string(171) " É "

but in another I got error, the result is:
string(170) "  "


I couldn't find what kind of configuration can generate this error.


Thanks in advance.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux