[Python-Dev] PEP 538 (review round 2): Coercing the legacy C locale to a UTF-8 based locale
Nick Coghlan
ncoghlan at gmail.com
Wed May 10 01:50:18 EDT 2017
On 9 May 2017 at 21:57, Nick Coghlan <ncoghlan at gmail.com> wrote:
> The essential related changes to the reference implementation can be seen here:
>
> * Always set "surrogateescape" for coercion target locales,
> independently of whether or not coercion occurred:
> https://github.com/ncoghlan/cpython/commit/188e7807b6d9e49377aacbb287c074e5cabf70c5
> * Stop setting LC_ALL:
> https://github.com/python/peps/commit/2f530ce0d1fd24835ac0c6f984f40db70482a18f
Sorry, I just noticed the copy & paste error when posting that second
link. The correct link is:
https://github.com/ncoghlan/cpython/commit/476a78133c94d82e19b89f50036cecd9b4214e7a
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
More information about the Python-Dev
mailing list