summaryrefslogtreecommitdiff
path: root/doc/en/weechat_faq.en.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-08-19 17:26:53 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-08-19 17:26:53 +0200
commit0ad49d15291ad8c79e62e4491a41266ec0badc60 (patch)
treef8a5807ac32123e3611ffd47f6e4fc6b32042789 /doc/en/weechat_faq.en.adoc
parenta00cbac5c3ab2b7754a2950e39c0587d57c76ed2 (diff)
downloadweechat-0ad49d15291ad8c79e62e4491a41266ec0badc60.zip
doc: add "locale -a" and command to set $LANG in FAQ
Diffstat (limited to 'doc/en/weechat_faq.en.adoc')
-rw-r--r--doc/en/weechat_faq.en.adoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/en/weechat_faq.en.adoc b/doc/en/weechat_faq.en.adoc
index 32a626a67..2fe0a555a 100644
--- a/doc/en/weechat_faq.en.adoc
+++ b/doc/en/weechat_faq.en.adoc
@@ -92,7 +92,9 @@ It's common issue, please read carefully and check *ALL* solutions below:
not, then you probably need the "weechat-plugins" package).
* Check the output of command `/charset` (on core buffer). You should see
_ISO-XXXXXX_ or _UTF-8_ for terminal charset. If you see _ANSI_X3.4-1968_ or
- other values, your locale is probably wrong (fix your $LANG).
+ other values, your locale is probably wrong. +
+ To fix your locale, check the installed locales with `locale -a` and set
+ an appropriate value in $LANG, for example: `export LANG=en_US.UTF-8`.
* Setup global decode value, for example:
`/set charset.default.decode "ISO-8859-15"`.
* If you are using UTF-8 locale: