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=21515>. 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=21515 International Characters cannot be used as Method Parameters Summary: International Characters cannot be used as Method Parameters Product: XML-RPC Version: 1.2 Platform: All OS/Version: Windows NT/2K Status: NEW Severity: Blocker Priority: Other Component: Source AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The switch statement in method "protected void chardata(String text)throws XmlRpcException, IOException" (line 310) in class org.apache.xmlrpc.XmlWriter does not allow character codes outside the 0x20 - 0xFF range prohibiting any serious use of the library other than for demonstrations. I've fixed that by allowing all valid XML characters, but I would prefer you to provide a perhaps more conservative-safe solution plus integrate it in a next version of the library. TIA.