summaryrefslogtreecommitdiff
path: root/doc/it/autogen/user/charset_options.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-05-15 08:52:19 +0200
committerSébastien Helleu <flashcode@flashtux.org>2016-05-15 08:52:19 +0200
commitb7bdbbdc505879450494bc75b706e2997e25120f (patch)
treebe3b6716c2706a9505278d05ae9cfbec5ffbdac5 /doc/it/autogen/user/charset_options.adoc
parent81fa60a23a29e3bb6525494587008d75eae44f28 (diff)
downloadweechat-b7bdbbdc505879450494bc75b706e2997e25120f.zip
core: rename .asciidoc files to .adoc (issue #722)
Diffstat (limited to 'doc/it/autogen/user/charset_options.adoc')
-rw-r--r--doc/it/autogen/user/charset_options.adoc13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/it/autogen/user/charset_options.adoc b/doc/it/autogen/user/charset_options.adoc
new file mode 100644
index 000000000..376be0e45
--- /dev/null
+++ b/doc/it/autogen/user/charset_options.adoc
@@ -0,0 +1,13 @@
+//
+// This file is auto-generated by script docgen.py.
+// DO NOT EDIT BY HAND!
+//
+* [[option_charset.default.decode]] *charset.default.decode*
+** descrizione: pass:none[global decoding charset: charset used to decode incoming messages when they are not UTF-8 valid]
+** tipo: stringa
+** valori: qualsiasi stringa (valore predefinito: `+"iso-8859-1"+`)
+
+* [[option_charset.default.encode]] *charset.default.encode*
+** descrizione: pass:none[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: `+""+`)