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 firatozgul
Recipients benjamin.peterson, ezio.melotti, firatozgul, lemburg, pitrou, r.david.murray, vstinner
Date 2013-02-20.12:36:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361363802.94.0.748913764526.issue17252@psf.upfronthosting.co.za>
In-reply-to
Content
Don't you think that there is a problem here?

>>> "KİTAP".lower().upper()
'KİTAP'
>>> ascii("KİTAP".lower().upper())
"'KI\\u0307TAP'"

"İ" is not "i\u0307". That's a different letter. "i\u0307"is 'i with combining dot above'. However, "İ" is "\u0130" (Latin Capital Letter I with Dot Above).
History
Date User Action Args
2013-02-20 12:36:43firatozgulsetrecipients: + firatozgul, lemburg, pitrou, vstinner, benjamin.peterson, ezio.melotti, r.david.murray
2013-02-20 12:36:42firatozgulsetmessageid: <1361363802.94.0.748913764526.issue17252@psf.upfronthosting.co.za>
2013-02-20 12:36:42firatozgullinkissue17252 messages
2013-02-20 12:36:42firatozgulcreate