diff options
Diffstat (limited to 'docs/python3.rst')
| -rw-r--r-- | docs/python3.rst | 4 |
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 |
