]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41038: Fix non-ASCII string corruption in Win32 resource files (GH-20985)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 24 Jun 2020 16:42:55 +0000 (09:42 -0700)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2020 16:42:55 +0000 (09:42 -0700)
commitfb4a6241054ad6b7f24d1b32af6827e02936d568
tree1290273025c3fecf6b8caeb35610d2ab6c7bdccd
parentadf8708c44945bfa68db8b02c6a1f560f05a5151
bpo-41038: Fix non-ASCII string corruption in Win32 resource files (GH-20985)

In absence of explicit declaration, resource compiler uses system
codepage. When this codepage is DBCS or UTF-8, Python's copyright
string is corrupted, because it contains copyright sign encoded
as \xA9.

The fix is to explicitly declare codepage 1252.
(cherry picked from commit 33b79b11b891adea5a916df8e3779505b37aabe7)

Co-authored-by: Nikita Nemkin <nikita@nemkin.ru>
PC/python_ver_rc.h