diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-09-19 17:40:13 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-09-19 17:40:13 +0200 |
commit | 1dc99c1dc2a95ccd117c444e08940889dcaf5778 (patch) | |
tree | f9c158a79879a83cdf294a07bf7ecd6aaba97418 /doc/en | |
parent | 34c9a061d90b5e3f62a0d8e6daae20a91d8f936e (diff) | |
download | weechat-1dc99c1dc2a95ccd117c444e08940889dcaf5778.zip |
charset: allow "UTF-8" in charset encoding options (still forbidden in decoding options)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/charset_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/autogen/user/charset_options.txt b/doc/en/autogen/user/charset_options.txt index f49b041e2..b17707e26 100644 --- a/doc/en/autogen/user/charset_options.txt +++ b/doc/en/autogen/user/charset_options.txt @@ -1,10 +1,10 @@ * [[option_charset.default.decode]] *charset.default.decode* -** description: `global decoding charset` +** description: `global decoding charset: charset used to decode incoming messages (if decoding fails, fallback is UTF-8 because it is the WeeChat internal charset)` ** type: string ** values: any string (default value: `"iso-8859-1"`) * [[option_charset.default.encode]] *charset.default.encode* -** description: `global encoding charset` +** description: `global encoding charset: charset used to encode outgoing messages (if empty, default is UTF-8 because it is the WeeChat internal charset)` ** type: string ** values: any string (default value: `""`) |