INADA Naoki added the comment: > That isn't the case on other *nix systems - there, we need CPython to be > consistent with the configured C/C++ locale, *and* we need it to be using > something other than ASCII as the default encoding.
Isn't using UTF-8 as filesystem encoding and stdin/stdout encoding consistent with C or POSIX locale? Don't "modern" programming environments (Rust, Go, node.js) use UTF-8 even if locale is C or POSIX? ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue28180> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
