[Python-Dev] PEP 540: Add a new UTF-8 mode (v3)

INADA Naoki songofacandy at gmail.com
Sat Dec 9 23:50:36 EST 2017


> Earlier versions of PEP 538 thus included "en_US.UTF-8" on the
> candidate target locale list, but that turned out to cause assorted
> problems due to the "C -> en_US" part of the coercion.

Hm, but PEP 538 says:

> this PEP instead proposes to extend the "surrogateescape" default for stdin and stderr error handling to also apply to the three potential coercion target locales.

https://www.python.org/dev/peps/pep-0538/#defaulting-to-surrogateescape-error-handling-on-the-standard-io-streams

I don't think en_US.UTF-8 should use surrogateescape error handler.

Regards,

INADA Naoki  <songofacandy at gmail.com>


More information about the Python-Dev mailing list