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 ahmetbiskinler, donmez, georg.brandl, lemburg, sgala
Date 2007-08-28.01:58:09
SpamBayes Score 0.08242575
Marked as misclassified No
Message-id <1188266289.59.0.179742603001.issue1528802@psf.upfronthosting.co.za>
In-reply-to
Content
This works fine with python 2.4 :

>>> import locale
>>> locale.setlocale(locale.LC_ALL,"tr_TR.UTF-8")
'tr_TR.UTF-8'
>>> print u"Mayıs".upper()
MAYIS
History
Date User Action Args
2007-08-28 01:58:10donmezsetspambayes_score: 0.0824258 -> 0.08242575
recipients: + donmez, lemburg, georg.brandl, ahmetbiskinler, sgala
2007-08-28 01:58:09donmezsetspambayes_score: 0.0824258 -> 0.0824258
messageid: <1188266289.59.0.179742603001.issue1528802@psf.upfronthosting.co.za>
2007-08-28 01:58:09donmezlinkissue1528802 messages
2007-08-28 01:58:09donmezcreate