diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-12 17:32:33 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-12 17:32:33 +0200 |
commit | 51d18c92e54b58c2a612ef765f7802226e62ba42 (patch) | |
tree | c1074383229134c6281fb4c3700b79e6e0007cce /doc/en/autogen | |
parent | c5583b064a61a8d295dc5e8a52fb90557fb5c643 (diff) | |
download | weechat-51d18c92e54b58c2a612ef765f7802226e62ba42.zip |
charset: fix /help charset.default.decode
The charset is used only when the message is not UTF-8 valid.
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/charset_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/charset_options.txt b/doc/en/autogen/user/charset_options.txt index b17707e26..334dd145b 100644 --- a/doc/en/autogen/user/charset_options.txt +++ b/doc/en/autogen/user/charset_options.txt @@ -1,5 +1,5 @@ * [[option_charset.default.decode]] *charset.default.decode* -** description: `global decoding charset: charset used to decode incoming messages (if decoding fails, fallback is UTF-8 because it is the WeeChat internal charset)` +** description: `global decoding charset: charset used to decode incoming messages when they are not UTF-8 valid` ** type: string ** values: any string (default value: `"iso-8859-1"`) |