Force UTF-8 mode for testing
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 19 Apr 2022 14:39:11 +0000 (14:39 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Tue, 19 Apr 2022 14:39:50 +0000 (14:39 +0000)
Add the PYTHONWARNDFAULTENCODING and PYTHONUTF8 envvars to guard
against addition of any non-UTF-8 behaviors or reliance on implicit
encoding default, and to make sure things will continue to work when
these switches are on by default in future versions of the
interpreter.


No differences found