You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@ws.apache.org by Q-Free Henning <he...@q-free.com> on 2005/09/19 15:24:14 UTC

character encoding

Hi, 

I'm using the XML-RPC java client for talking to a C-based rpc-server. The server returns text formatted as UTF-8, but this is not specified in the reply-header. 

What is the proper way to tell the XmlRpcClient to map from UTF-8 (to whatever is the default character set)?

- Henning