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 donmez
Recipients amaury.forgeotdarc, donmez, gvanrossum, loewis
Date 2007-12-19.21:59:27
SpamBayes Score 0.030254662
Marked as misclassified No
Message-id <1198101568.04.0.240749708996.issue1609@psf.upfronthosting.co.za>
In-reply-to
Content
Test works fine when using the \u syntax. You have to use the unicode()
with Turkish characters to get the error. See attached test2.py 

With python 2.4 :

[~]> python test2.py
Following should print I
I
Following should print i
i

With python 2.5 SVN :

[~/python-2.5]> ./python ~/test2.py
Following should print I
Got a unicode decode error
Following should print i
Got a unicode decode error
Files
File name Uploaded
test2.py donmez, 2007-12-19.21:59:27
History
Date User Action Args
2007-12-19 21:59:28donmezsetspambayes_score: 0.0302547 -> 0.030254662
recipients: + donmez, gvanrossum, loewis, amaury.forgeotdarc
2007-12-19 21:59:28donmezsetspambayes_score: 0.0302547 -> 0.0302547
messageid: <1198101568.04.0.240749708996.issue1609@psf.upfronthosting.co.za>
2007-12-19 21:59:28donmezlinkissue1609 messages
2007-12-19 21:59:27donmezcreate