For the lowercase German alphabet ß, upper() returns SS instead of the uppercase German alphabet ẞ #135630
Closed as not planned
ß, upper() returns SS instead of the uppercase German alphabet ẞ #135630
Bug report
Bug description:
For the uppercase German alphabet
ẞ, lower() returns the lowercase German alphabetßas shown below. *Additionally,upper()returnsẞsame as the input:But for the lowercase German alphabet
ß, upper() returnsSSinstead of the uppercase German alphabetẞas shown below. *Additionally,lower()returnsßsame as the input:CPython versions tested on:
3.13
Operating systems tested on:
Windows