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.22:07:27
SpamBayes Score 0.0014478621
Marked as misclassified No
Message-id <1198102048.12.0.588527214422.issue1609@psf.upfronthosting.co.za>
In-reply-to
Content
So in conclusion,

- Enabling wctypes makes Turkish support work with \u syntax, breaks
unicode()
- Disabling wctypes breaks Turkish support with \u and/or unicode()

Attached test.py tests Turkish corner cases of lower()/upper() . Correct
output is which python 2.4 gives :

Following should print I
I
Following should print i
i
Following should print İ
İ
Following should print ı
ı
Files
File name Uploaded
test.py donmez, 2007-12-19.22:07:27
History
Date User Action Args
2007-12-19 22:07:28donmezsetspambayes_score: 0.00144786 -> 0.0014478621
recipients: + donmez, gvanrossum, loewis, amaury.forgeotdarc
2007-12-19 22:07:28donmezsetspambayes_score: 0.00144786 -> 0.00144786
messageid: <1198102048.12.0.588527214422.issue1609@psf.upfronthosting.co.za>
2007-12-19 22:07:28donmezlinkissue1609 messages
2007-12-19 22:07:28donmezcreate