summaryrefslogtreecommitdiff
path: root/docs/python3.rst
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2015-11-06 12:11:05 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2015-11-06 12:11:05 +0100
commit7e8da4b68a5ddaebdcd7b5d58ae94e23343cf84d (patch)
tree1b6cc091e280fc088137d9660764558909d9194a /docs/python3.rst
parentae5412d7985d9bbfc8474392874447d3bba27241 (diff)
downloadclick-7e8da4b68a5ddaebdcd7b5d58ae94e23343cf84d.tar.gz
Documented wincmd
Diffstat (limited to 'docs/python3.rst')
-rw-r--r--docs/python3.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/python3.rst b/docs/python3.rst
index bebfb9d..e148ba6 100644
--- a/docs/python3.rst
+++ b/docs/python3.rst
@@ -139,7 +139,9 @@ 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``::
+On some systems it was reported that `UTF-8` has to be written as `UTF8`
+and vice versa. To see which locales are supported you can invoke
+``locale -a``::
locale -a