Hi, In <77a0ce708f3cb00f79bcc1b13733c71b / ruby-forum.com> "XMLRPC (REXML) incorrectly handles UTF-8 data" on Tue, 16 Nov 2010 23:37:48 +0900, Petr Klima <petr.klima / avg.com> wrote: > I have XMLRPC server on another windows machine (rails 1.9.1) and XMLRPC > client on the Centos machine. I need to return UTF-8 encoded data from > server to client and this is where I'm stuck. > > The Server seems to be sending correct UTF-8 encoded data, bud client is > unable to parse the XML. If the XML contains ASCII only strings, > everything's OK, but once there is any multi-byte UTF-8 character, ruby > bails out and outputs this: Could you show us a reproducable example? We need at least the HTTP response header and the XML response from your XML-RPC server. Thanks, -- kou