Skip to content

Commit

Permalink
Add PYTHONIOENCODING hint to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tracteurblinde committed Jun 20, 2023
1 parent 02713f6 commit 483a378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ index bfc4edc..175e968 100644

## About UnicodeEncodeError

If a `UnicodeEncodeError` occurs, check your environment variables `LANG` and `LC_TYPE`.
If a `UnicodeEncodeError` occurs, check your environment variables `LANG` and `LC_TYPE`. Additionally, you can set `PYTHONIOENCODING` to override the encoding used for `stdout`.

Often occurs in isolated environments such as Docker and tox.

Expand Down

0 comments on commit 483a378

Please sign in to comment.