Staging
v0.8.1
https://github.com/python/cpython
Revision 33b79b11b891adea5a916df8e3779505b37aabe7 authored by Nikita Nemkin on 24 June 2020, 16:27:42 UTC, committed by GitHub on 24 June 2020, 16:27:42 UTC
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.
1 parent 0430dfa
History
Tip revision: 33b79b11b891adea5a916df8e3779505b37aabe7 authored by Nikita Nemkin on 24 June 2020, 16:27:42 UTC
bpo-41038: Fix non-ASCII string corruption in Win32 resource files (GH-20985)
Tip revision: 33b79b1
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.7 KB
_testembed.c -rw-r--r-- 44.0 KB
python.c -rw-r--r-- 266 bytes

README

back to top