summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/charset_options.txt
blob: b17707e26a2ffa39ed5ebcdcdb52d28defe7dd97 (plain)
1
2
3
4
5
6
7
8
9
10
* [[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)`
** 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: `""`)