Re: unicode and data strings

2005-01-28 Thread Laszlo Zsolt Nagy
ut encodings. How do I do that? Unicode errors only appear if you're converting between "raw 8-bit data" and Unicode strings (which contain Unicode characters, not bytes or integers). You cannot do that without caring about encodings... I see now. Thanks for your help. It was: seed1 + pwd

Re: unicode and data strings

2005-01-28 Thread Fredrik Lundh
Laszlo Zsolt Nagy wrote: > Now I installed Python 2.3.4 and wxPython 2.5.3 (with unicode support). I'm > getting this > exception: > > exceptions.UnicodeDecodeError:'ascii' codec can't decode byte 0x91 in > position 0: ordinal not in > range(128) >From where? Can you include a "print repr()"