[New-bugs-announce] [issue41074] msilib does not work correctly with non-ASCII names

Serhiy Storchaka report at bugs.python.org
Mon Jun 22 05:49:24 EDT 2020


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

It encodes input string arguments with utf-8 and pass encoded strings to 8-bit API which expect they be encoded using the locale encoding. It may pass tests, create and read files, but these files will just have wrong names.

----------
components: Extension Modules, Windows
messages: 372083
nosy: paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: msilib does not work correctly with non-ASCII names
type: behavior
versions: Python 3.10, Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list