summaryrefslogtreecommitdiff
path: root/doc/ja/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/ja/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/ja/autogen/user')
-rw-r--r--doc/ja/autogen/user/irc_options.asciidoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/irc_options.asciidoc b/doc/ja/autogen/user/irc_options.asciidoc
index ef2dfeed6..35b35feef 100644
--- a/doc/ja/autogen/user/irc_options.asciidoc
+++ b/doc/ja/autogen/user/irc_options.asciidoc
@@ -392,6 +392,11 @@
** タイプ: 文字列
** 値: 未制約文字列 (デフォルト値: `"*!$ident@$host"`)
+* [[option_irc.network.channel_encode]] *irc.network.channel_encode*
+** 説明: `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`
+** タイプ: ブール
+** 値: on, off (デフォルト値: `off`)
+
* [[option_irc.network.colors_receive]] *irc.network.colors_receive*
** 説明: `オフの場合、到着メッセージに含まれる色コードを無視`
** タイプ: ブール