[phpxmlrpc] Send special cars

Eric BOYER Eric.Boyer at insa-toulouse.fr
Tue May 16 08:30:38 BST 2006


Hello

I wan't to send car > 127 ASCII table
like

ASCII
DEC  HEX   CAR
233    E9      é

My client XMLRPC is PHP, my server XMLRPC is java

For
Java -> PHP, the PHP code have to use utf8_decode to receive spécial cars

For
PHP -> Java, I can't send spécial cars correctly ! With utf8_encode or 
not, nothing works !

Do you know how to do please ?

Thanks a lot

Eric


More information about the phpxmlrpc mailing list