STINNER Victor <[email protected]> added the comment:
Prawin Phichitnitikorn: "But for me I'm resolve by adding (...)" Ok, so can you please give the value of: * sys.stdin.encoding * sys.stdout.encoding * sys.stderr.encoding * os.device_encoding(0) * os.device_encoding(1) * os.device_encoding(2) * locale.getpreferredencoding(False) Maybe also the .errors attribute of sys.stdin, sys.stdout and sys.stderr. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue33865> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
