How to set UTF-8 encoding with XMLRPC client library
问题 I'm using XMLRPC client to call Adestra API services. Currently I'm having problems inserting Bosnian letters č, ć, ž, đ, š. I configured my XMLRPC client to work with UTF-8, but still having problems. Here my code sample: //******* LOGIN DATA*******/ $account = 'account'; $username = 'username'; $password = 'password'; $adestraCoreTable=1; /**INITIALIZE API*****/ require_once('xmlrpc.inc');//First inlcude XMLRPC client library //Calling Adestra API with our credentials $xmlrpc= new xmlrpc