Staging
v0.5.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
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
m4
.gitattributes -rw-r--r-- 1.7 KB
.gitignore -rw-r--r-- 1.8 KB
.travis.yml -rw-r--r-- 8.7 KB
CODE_OF_CONDUCT.md -rw-r--r-- 630 bytes
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 67.4 KB
README.rst -rw-r--r-- 9.9 KB
aclocal.m4 -rw-r--r-- 13.1 KB
config.guess -rwxr-xr-x 43.1 KB
config.sub -rwxr-xr-x 35.4 KB
configure -rwxr-xr-x 500.2 KB
configure.ac -rw-r--r-- 169.0 KB
install-sh -rwxr-xr-x 15.0 KB
netlify.toml -rw-r--r-- 82 bytes
pyconfig.h.in -rw-r--r-- 44.5 KB
setup.py -rw-r--r-- 108.6 KB

README.rst

back to top