summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-08-14 21:25:27 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-08-14 21:25:27 +0200
commit15218ed294af2c1d0657e475539395e7862fd32c (patch)
tree0b8f3e3bf8e30b0e1dec85ab611453a15c63efcd /doc/en/autogen/user
parentbe3025f5699110c675951e5d4b50b1b5f1d54325 (diff)
downloadweechat-15218ed294af2c1d0657e475539395e7862fd32c.zip
irc: add option irc.network.channel_encode (issue #218, issue #482)
This is a workaround (disabled by default) to join and chat on ISO encoded channels (or another charset different from UTF-8). This option may be removed in future if a better solution is implemented.
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r--doc/en/autogen/user/irc_options.asciidoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/autogen/user/irc_options.asciidoc b/doc/en/autogen/user/irc_options.asciidoc
index b175c8bc7..7c780fd8b 100644
--- a/doc/en/autogen/user/irc_options.asciidoc
+++ b/doc/en/autogen/user/irc_options.asciidoc
@@ -392,6 +392,11 @@
** type: string
** values: any string (default value: `"*!$ident@$host"`)
+* [[option_irc.network.channel_encode]] *irc.network.channel_encode*
+** description: `decode/encode channel name inside messages using charset options (like it was done in WeeChat <= 1.2); it is recommended to keep that off if you use only UTF-8 in channel names; you can enable this option if you are using an exotic charset like ISO in channel names`
+** type: boolean
+** values: on, off (default value: `off`)
+
* [[option_irc.network.colors_receive]] *irc.network.colors_receive*
** description: `when off, colors codes are ignored in incoming messages`
** type: boolean