New submission from Сергей М <vora...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue43397>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to