Re: SimpleXmlRpcServer and character encoding

2008-10-09 Thread Diez B. Roggisch
shymon wrote: > > > > 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 my case). When

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 my case). When I send values >> in, for examp

Re: SimpleXmlRpcServer and character encoding

2008-10-09 Thread Diez B. Roggisch
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 my case). When I send values > in, for example, UTF-8, string received by client