Re: SimpleXmlRpcServer and character encoding

2008-10-09 Thread shymon
Diez B. Roggisch-2 wrote: > > shymon wrote: > >> I'm using SimpleXmlRpcServer class. Although I set encoding parameter in >> the constructor, I have to return all strings in default platform >> encoding >> (windows-1250/win32 or iso-8859-2/linux in m

SimpleXmlRpcServer and character encoding

2008-10-09 Thread shymon
I'm using SimpleXmlRpcServer class. Although I set encoding parameter in the constructor, I have to return all strings in default platform encoding (windows-1250/win32 or iso-8859-2/linux in my case). When I send values in, for example, UTF-8, string received by client is messed up. The client i