New submission from Serhiy Storchaka <storchaka+cpyt...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue41074>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to