On Sun, 10 Jun 2001, James Henstridge wrote:
> On Sun, 10 Jun 2001, Alexandre Fayolle wrote:
> > I seem to have omitted some crucial piece of information : the client is
> > running on a win2K box, and the server on a linux machine. I tried to
> > reproduce this with the client running on a linux box and failed. I
> > suspect a unicode problem.
>
> That makes sense. The win32 port of gtk+ uses UTF-8 as its character
> encoding -- not latin1 which the server is most likely using. You will
> need to do a Latin1 -> UTF-8 conversion, which is most easily done with
> Python >= 1.6. Note that you don't want to do such a conversion on the
> X11 version of gtk until 2.0 comes out :)
Thanks.
The solution I found (in order to keep using python 1.52) was to
use the xml.unicode module that ships with the python 1.52 version of
xml-sig tools.
Cheers,
Alexandre Fayolle
--
http://www.logilab.com
Narval is the first software agent available as free software (GPL).
LOGILAB, Paris (France).
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk