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 steven.daprano
Recipients emiryegnidemir7, steven.daprano
Date 2021-01-25.10:22:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611570175.95.0.637862597213.issue43020@roundup.psfhosted.org>
In-reply-to
Content
This is not a bug, but an issue with the way the Unicode standard defines the lowercase of dotted I.

See #34723

Fortunately, Unicode will (hopefully!) fix this in revision 14.0, which is scheduled to be included in Python 3.10.

Until then, perhaps the simplest way to solve this is that if you are processing Turkish text, change your call to .lower() to .replace('İ', 'I').lower()
History
Date User Action Args
2021-01-25 10:22:55steven.dapranosetrecipients: + steven.daprano, emiryegnidemir7
2021-01-25 10:22:55steven.dapranosetmessageid: <1611570175.95.0.637862597213.issue43020@roundup.psfhosted.org>
2021-01-25 10:22:55steven.dapranolinkissue43020 messages
2021-01-25 10:22:55steven.dapranocreate