diff options
Diffstat (limited to 'doc/en/autogen/user/charset_options.adoc')
-rw-r--r-- | doc/en/autogen/user/charset_options.adoc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/en/autogen/user/charset_options.adoc b/doc/en/autogen/user/charset_options.adoc index 62a439c38..6fa2030aa 100644 --- a/doc/en/autogen/user/charset_options.adoc +++ b/doc/en/autogen/user/charset_options.adoc @@ -5,9 +5,11 @@ * [[option_charset.default.decode]] *charset.default.decode* ** description: pass:none[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"+`) +** values: any string +** default value: `+"iso-8859-1"+` * [[option_charset.default.encode]] *charset.default.encode* ** description: pass:none[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: `+""+`) +** values: any string +** default value: `+""+` |