X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=doc%2Fxmlrpc_php.xml;h=a37fc219b8128c2842c4cabad7e66f01cae2c116;hb=1e90406b43418857cd8ffbd73d5666c5f3f6f7b0;hp=20c763f03b629b4dc66c0c6a33cfb03afd96c45d;hpb=9b4a6c23f9d77c7c1e487f97d66b739b3cacf1bf;p=plcapi.git diff --git a/doc/xmlrpc_php.xml b/doc/xmlrpc_php.xml index 20c763f..a37fc21 100644 --- a/doc/xmlrpc_php.xml +++ b/doc/xmlrpc_php.xml @@ -4097,7 +4097,7 @@ if (!$resp->faultCode()) PHP-XMLRPC only supports the ISO 8859-1 and UTF8 character sets. The net result of this situation is that those extra characters will not be properly encoded, and will be received at the other end of the - XML-RPC tranmission as "garbled data". Unfortunately the library cannot + XML-RPC transmission as "garbled data". Unfortunately the library cannot provide real support for CP1252 because of limitations in the PHP 4 xml parser. Luckily, we tried our best to support this character set anyway, and, since version 2.2.1, there is some form of support, left commented @@ -4108,7 +4108,7 @@ if (!$resp->faultCode()) xmlrpc.inc (you can search for the string "1252"), then set $GLOBALS['xmlrpc_internalencoding']='CP1252'; Please note that all incoming data will then be fed to your application - as UTF-8 to avoid any potentail data loss. + as UTF-8 to avoid any potential data loss.