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 ------- Additional Comments From [EMAIL PROTECTED] 2002-05-05 23:11 ------- ISO-8859-1 is the default encoding of the XmlWriter class inside org.apache.xmlrpc.XmlRpc class, but the XmlWriter class inside org.apache.xmlrpc.applet.SimpleXmlRpcClient is not. Hence the XML file generated by an applet is different from the XML file generated from a standalone application. Hope this make the issue clearer. Cheers.