I encountered a weird issue with CodeIgniter xml-rpc. If some data in the request contains system (xxx) it is automatically converted to system &140;xxx&140;
It only happens when you have word system followed by opening and closing brackets.
For example if I send Bachelor in Information system (BIS) it is received as Bachelor in Information system &140;BIS&141;
Just wondering if anyone else has ever had this issue or know anything about this.
Thanks