This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients ezio.melotti, ronaldoussoren, serhiy.storchaka, steven.daprano, vstinner, winvinc, xtreak
Date 2018-06-19.15:17:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529421426.84.0.56676864532.issue33865@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-06-19 15:17:06vstinnersetrecipients: + vstinner, ronaldoussoren, ezio.melotti, steven.daprano, serhiy.storchaka, winvinc, xtreak
2018-06-19 15:17:06vstinnersetmessageid: <1529421426.84.0.56676864532.issue33865@psf.upfronthosting.co.za>
2018-06-19 15:17:06vstinnerlinkissue33865 messages
2018-06-19 15:17:06vstinnercreate