diff options
Diffstat (limited to 'doc/en/autogen/user/charset_options.asciidoc')
-rw-r--r-- | doc/en/autogen/user/charset_options.asciidoc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/en/autogen/user/charset_options.asciidoc b/doc/en/autogen/user/charset_options.asciidoc deleted file mode 100644 index 62a439c38..000000000 --- a/doc/en/autogen/user/charset_options.asciidoc +++ /dev/null @@ -1,13 +0,0 @@ -// -// This file is auto-generated by script docgen.py. -// DO NOT EDIT BY HAND! -// -* [[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"+`) - -* [[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: `+""+`) |