Send special cars

Eric BOYER <[email protected]> Tue, 16 May 2006 09:30:38 +0200
Newsgroups gmane.comp.php.xml-rpc
Message-ID <[email protected]>
Hello

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

ASCII
DEC  HEX   CAR
233    E9      =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=E9cial ca=
rs

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

Do you know how to do please ?

Thanks a lot

Eric