From 40705b9d69e78e599c26b8e55c828ae19bd5ed0c Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 5 Nov 2015 12:02:20 +0100 Subject: Added missing module --- docs/python3.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/python3.rst') 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: -- cgit v1.2.1