letrunghieu / wordpress-xmlrpc-client

A PHP XML-RPC client for Wordpress websites
MIT License
117 stars 42 forks source link

Encoding problems / wrong encoding #17

Closed OskHa closed 9 years ago

OskHa commented 9 years ago

Please set in _sendRequest()

Change from: $response = xmlrpc_decode($body);

To: $response = xmlrpc_decode($body,"UTF-8");

Or best define the encoding.

letrunghieu commented 9 years ago

This is already implemented in v2.4.1. You can run composer update.