weechat/doc/en/autogen/user/charset_options.txt
Sébastien Helleu 51d18c92e5 charset: fix /help charset.default.decode
The charset is used only when the message is not UTF-8 valid.
2014-04-12 17:32:33 +02:00

11 lines
524 B
Plaintext

* [[option_charset.default.decode]] *charset.default.decode*
** 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"`)
* [[option_charset.default.encode]] *charset.default.encode*
** 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: `""`)