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
esult received by the client was the same as if I sent UTF-8 encoded
string.
--
View this message in context:
http://www.nabble.com/SimpleXmlRpcServer-and-character-encoding-tp19896427p19898136.html
Sent from the Python - python-list mailing list archive at Nabble.com.
--
http://mail.python.org/mailman/listinfo/python-list
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
lient is written in java using Apache XmlRpc library 2.0.
Is there any solution other than sending all string values in Base64
encoding?
--
View this message in context:
http://www.nabble.com/SimpleXmlRpcServer-and-character-encoding-tp19896427p19896427.html
Sent from the Python - python-list ma