Emir added the comment:
Thanks for the answer. I will keep that in mind when posting another
"issue" instead of naming them as "bug".
Steven D'Aprano , 25 Oca 2021 Pzt, 13:22 tarihinde
şunu yazdı:
>
> Steven D'Aprano added the comment:
>
> This is not a bug, but an issue with the way the Unic
Steven D'Aprano added the comment:
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 simp
New submission from Emir :
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 lowerin