This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author voramva
Recipients paul.moore, steve.dower, tim.golden, voramva, zach.ware
Date 2021-03-04.09:42:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614850926.28.0.842904177967.issue43397@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-03-04 09:42:06voramvasetrecipients: + voramva, paul.moore, tim.golden, zach.ware, steve.dower
2021-03-04 09:42:06voramvasetmessageid: <1614850926.28.0.842904177967.issue43397@roundup.psfhosted.org>
2021-03-04 09:42:06voramvalinkissue43397 messages
2021-03-04 09:42:06voramvacreate