bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998)
Py_DecodeLocale() and Py_EncodeLocale() now use the UTF-8 encoding on Windows if Py_LegacyWindowsFSEncodingFlag is zero. pymain_read_conf() now sets Py_LegacyWindowsFSEncodingFlag in its loop, but restore its value at exit.
V
Victor Stinner committed
c5989cd87659acbfd4d19dc00dbe99c3a0fc9bd2
Parent: 70fead2
Committed by GitHub <noreply@github.com>
on 8/29/2018, 5:32:47 PM