[issue36778] test_site.StartupImportTests.test_startup_imports fails if default code page is cp65001

Inada Naoki report at bugs.python.org
Mon May 6 23:06:46 EDT 2019


Inada Naoki <songofacandy at gmail.com> added the comment:

FYI, I expect cp65001 will be used more widely in near future,
because non UTF-8 default encoding reduced Developer eXperience,
and Microsoft try to improve DX recent years.

Today, Microsoft announced new Terminal application.
It seems use `SetConsoleOutputCP(65001)` and `SetConsoleCP(65001)`.

I think treating cp65001 as right "UTF-8" locale is better for all
Windows developers.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36778>
_______________________________________


More information about the Python-bugs-list mailing list