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 emiryegnidemir7
Recipients emiryegnidemir7
Date 2021-01-25.06:59:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611557946.62.0.291810743958.issue43020@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-01-25 06:59:06emiryegnidemir7setrecipients: + emiryegnidemir7
2021-01-25 06:59:06emiryegnidemir7setmessageid: <1611557946.62.0.291810743958.issue43020@roundup.psfhosted.org>
2021-01-25 06:59:06emiryegnidemir7linkissue43020 messages
2021-01-25 06:59:06emiryegnidemir7create