[issue31193] re.IGNORECASE strips combining character from lower case of LATIN CAPITAL LETTER I WITH DOT ABOVE

David MacIver report at bugs.python.org
Mon Aug 14 14:03:49 EDT 2017


David MacIver added the comment:

Sure, but 'i' is a single code point. The bug is that the regex matches 'i', not that it doesn't match the actual two codepoint lower case of the string.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31193>
_______________________________________


More information about the Python-bugs-list mailing list