blob: 7a7ecf6305b8b99db3ddd57565dcd1fa6721ca79 (
plain)
1
2
3
4
5
6
7
8
9
10
|
* [[option_charset.default.decode]] *charset.default.decode*
** descrizione: `global decoding charset: charset used to decode incoming messages (if decoding fails, fallback is UTF-8 because it is the WeeChat internal charset)`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `"iso-8859-1"`)
* [[option_charset.default.encode]] *charset.default.encode*
** descrizione: `global encoding charset: charset used to encode outgoing messages (if empty, default is UTF-8 because it is the WeeChat internal charset)`
** tipo: stringa
** valori: qualsiasi stringa (valore predefinito: `""`)
|