diff options
Diffstat (limited to 'docs/python3.rst')
| -rw-r--r-- | docs/python3.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/python3.rst b/docs/python3.rst index 39e8fe6..bebfb9d 100644 --- a/docs/python3.rst +++ b/docs/python3.rst @@ -139,6 +139,10 @@ some newer Linux systems, you could also try ``C.UTF-8`` as the locale:: export LC_ALL=C.UTF-8 export LANG=C.UTF-8 +To see which locales are supported you can invoke ``locale -a``:: + + locale -a + You need to do this before you invoke your Python script. If you are curious about the reasons for this, you can join the discussions in the Python 3 bug tracker: |
