X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2FPhpXmlRpc.php;h=84597e6b4d739d898c6c7e59f4dc187627d8b648;hb=cc67a43993662a5a3f92801b96b89ee6e3998532;hp=88b8f7030324d506bd2057d83f63dfb1f5352aa8;hpb=81ff420c14ca2c24b7e204b1c8ec1405739b88da;p=plcapi.git diff --git a/src/PhpXmlRpc.php b/src/PhpXmlRpc.php index 88b8f70..84597e6 100644 --- a/src/PhpXmlRpc.php +++ b/src/PhpXmlRpc.php @@ -65,8 +65,9 @@ class PhpXmlRpc // The encoding used internally by PHP. // String values received as xml will be converted to this, and php strings will be converted to xml - // as if having been coded with this - public static $xmlrpc_internalencoding = "ISO-8859-1"; // TODO: maybe this would be better as UTF-8 + // as if having been coded with this. + // Valid also when defining names of xmlrpc methods + public static $xmlrpc_internalencoding = "UTF-8"; public static $xmlrpcName = "XML-RPC for PHP"; public static $xmlrpcVersion = "4.0.0.beta";