I'm getting:XmlRpcClientException: Invalid Character data corresponding to XML entity �
The cause is a copyright char © in a String. This works fine on Win32 and OSX but throws exceptions on Linux. I'm able to parse an XML file containing the string just fine: eg: <line1>Copyright © 2005 Foo</line> Any ideas ?