New submission from Emir <emiryegnidem...@gmail.com>: In Turkish there is a character when you capitalize "i" and it's written as "İ". When I use str.lower method, it seems like it works just fine because it prints the character I expected(i). But the problem is when I compare it to normal "i" character (without lowering), the character which is "İ" then became "i" has 2 digits(or length) so same words are no more the same. (ex. the word "issue" and the word "İssue"-->"issue" are not the same when compared) This is a big issue in terms of word counter softwares.
---------- components: Build messages: 385603 nosy: emiryegnidemir7 priority: normal severity: normal status: open title: str.lower method with "İ" character type: behavior versions: Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue43020> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com