mirror of https://github.com/python/cpython
Browse Source
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.pull/21126/head
committed by
GitHub
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue