DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8686>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8686 XmlWriter in SimpleXmlRpcClient is not using ISO-8859-1 encoding Summary: XmlWriter in SimpleXmlRpcClient is not using ISO-8859-1 encoding Product: XML-RPC Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Source AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The XmlWriter inside org.apache.xmlrpc.applet.SimpleXmlRpcClient is not using ISO-8859-1 encoding. Line 588 of SimpleXmlRpcClient.java should be changed from buf.append ("<?xml version=\"1.0\"?>"); to buf.append ("<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>"); Cheers.