diff options
| author | Armin Ronacher <armin.ronacher@active-4.com> | 2015-11-05 12:02:20 +0100 |
|---|---|---|
| committer | Armin Ronacher <armin.ronacher@active-4.com> | 2015-11-05 12:02:20 +0100 |
| commit | 40705b9d69e78e599c26b8e55c828ae19bd5ed0c (patch) | |
| tree | f68dd44a3b1ec3dad1f6547496c27df4e95d425d /docs/python3.rst | |
| parent | cf31c154b76ce61c301fc6e8f6efc79610291dc3 (diff) | |
| download | click-40705b9d69e78e599c26b8e55c828ae19bd5ed0c.tar.gz | |
Added missing module
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: |
