This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients amaury.forgeotdarc, donmez, gvanrossum, loewis
Date 2007-12-19.22:45:15
SpamBayes Score 0.059985854
Marked as misclassified No
Message-id <ca471dc20712191445o7065ce02padb3322038620a0f@mail.gmail.com>
In-reply-to <1198104176.5.0.651327613655.issue1609@psf.upfronthosting.co.za>
Content
> Replacing Turkish characters with hex versions in test2.py still results
> in UnicodeDecodeError and works with python 2.4.

I'm hoping Martin can confirm this, but I suspect that this is due to
a tightening of the rules for converting from 8-bit strings to unicode
strings.

What happens if you change to unicode("....", "utf-8")?
History
Date User Action Args
2007-12-19 22:45:15gvanrossumsetspambayes_score: 0.0599859 -> 0.059985854
recipients: + gvanrossum, loewis, amaury.forgeotdarc, donmez
2007-12-19 22:45:15gvanrossumlinkissue1609 messages
2007-12-19 22:45:15gvanrossumcreate