Skip to content

Commit

Permalink
Merge pull request #166 from tracteurblinde/pythonioencoding
Browse files Browse the repository at this point in the history
Add PYTHONIOENCODING hint to readme
  • Loading branch information
raimon49 committed Jun 21, 2023
2 parents 02713f6 + 483a378 commit 97335e8
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 97335e8

Please sign in to comment.