SOS - unicode problems...

Yury [remove empty] yura_chempty at yahoo.com
Tue Nov 23 15:38:17 EST 2004


Hello,
kepes.krisztian wrote:
> Hi !
> 
> I use iso-8859-2 chrset (win1250), because I'm hungarian.
> 
<skipped>
Try this:
s='Z\xf6rr'
q=s.decode('iso-8859-2')
Yo'll get unicode string

Yury.



More information about the Python-list mailing list