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 lemburg, vstinner
Date 2021-03-19.11:26:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616153199.3.0.00892314562765.issue43552@roundup.psfhosted.org>
In-reply-to
Content
Recently, I spent some days to document properly encodings used by Python.

Python filesystem encoding:
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.filesystem_encoding

Python filesystem errors:
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.filesystem_errors

stdio encoding and errors:
https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.stdio_encoding

Glossary: "Locale encoding"
https://docs.python.org/dev/glossary.html#term-locale-encoding

Glossary: "filesystem encoding and error handler"
https://docs.python.org/dev/glossary.html#term-filesystem-encoding-and-error-handler

Python UTF-8 Mode:
https://docs.python.org/dev/library/os.html#utf8-mode
History
Date User Action Args
2021-03-19 11:26:39vstinnersetrecipients: + vstinner, lemburg
2021-03-19 11:26:39vstinnersetmessageid: <1616153199.3.0.00892314562765.issue43552@roundup.psfhosted.org>
2021-03-19 11:26:39vstinnerlinkissue43552 messages
2021-03-19 11:26:39vstinnercreate