[New-bugs-announce] [issue43397] Incorrect conversion path case with german character

Сергей М report at bugs.python.org
Thu Mar 4 04:42:06 EST 2021


New submission from Сергей М <voramva at gmail.com>:

I try to normalize case for path with german characters:

```
>os.path.normcase(r'c:\asd\ASDẞ')
'c:\\asd\\asdß'
```

But in OS Windows r'c:\asd\ASDẞ' and r'c:\asd\asdß' are different paths.

----------
components: Windows
messages: 388079
nosy: paul.moore, steve.dower, tim.golden, voramva, zach.ware
priority: normal
severity: normal
status: open
title: Incorrect conversion path case with german character
type: behavior
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43397>
_______________________________________


More information about the New-bugs-announce mailing list