[issue1528802] Turkish Character

2007-08-30 Thread Georg Brandl
Changes by Georg Brandl: -- resolution: -> invalid status: open -> closed _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list maili

[issue1528802] Turkish Character

2007-08-30 Thread Martin v. Löwis
Martin v. Löwis added the comment: I agree with cartman: Python behaves as designed in all cases discussed here. Closing this report as invalid. -- nosy: +loewis _ Tracker <[EMAIL PROTECTED]> _

[issue1528802] Turkish Character

2007-08-30 Thread Ismail Donmez
Ismail Donmez added the comment: There is no need to unassign this, the bug is invalid. _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list m

[issue1528802] Turkish Character

2007-08-30 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Unassigning this. Unless someone provides a patch to add context sensitivity to the Unicode upper/lower conversions, I don't think anything will change. The mapping you see in Python (for Unicode) is taken straight from the Unicode database and there's noth

[issue1528802] Turkish Character

2007-08-30 Thread Ismail Donmez
Ismail Donmez added the comment: @George, "i".upper() WILL be I-with-a-dot-above in Turkish.i _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs

[issue1528802] Turkish Character

2007-08-30 Thread Georg Brandl
Georg Brandl added the comment: If I'm not mistaken, "i".upper() will never be LATIN CAPITAL LETTER I WITH DOT ABOVE, regardless of the locale? _ Tracker <[EMAIL PROTECTED]> _ __

[issue1528802] Turkish Character

2007-08-27 Thread Ismail Donmez
Ismail Donmez added the comment: 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 -- nosy: +cartman _ Tracker <[EMAIL PROTECTED]>