Message 29283 - Python tracker
Message29283
| Author | ahmetbiskinler |
|---|---|
| Recipients | |
| Date | 2006-07-26.07:05:07 |
| SpamBayes Score | |
| Marked as misclassified | |
| Message-id | |
| In-reply-to |
| Content | |
|---|---|
>>> print "Mayıs".upper() >>> MAYıS >>> import locale >>> locale.setlocale(locale.LC_ALL,'Turkish_Turkey.1254') >>> print "Mayıs".upper() >>> MAYıS >>> print "ğüşiöçı".upper() >>> ğüşIöçı MAYıS should be MAYIS ğüşIöçı should be ÄÜÅİÖÇI but >>> "Mayıs".upper() >>> "MAYIS" is right |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-08-23 14:41:34 | admin | link | issue1528802 messages |
| 2007-08-23 14:41:34 | admin | create | |