diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-12 17:32:33 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-12 17:32:33 +0200 |
commit | 51d18c92e54b58c2a612ef765f7802226e62ba42 (patch) | |
tree | c1074383229134c6281fb4c3700b79e6e0007cce /doc/ja/autogen | |
parent | c5583b064a61a8d295dc5e8a52fb90557fb5c643 (diff) | |
download | weechat-51d18c92e54b58c2a612ef765f7802226e62ba42.zip |
charset: fix /help charset.default.decode
The charset is used only when the message is not UTF-8 valid.
Diffstat (limited to 'doc/ja/autogen')
-rw-r--r-- | doc/ja/autogen/user/charset_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/user/charset_options.txt b/doc/ja/autogen/user/charset_options.txt index e6a08e927..704888d4d 100644 --- a/doc/ja/autogen/user/charset_options.txt +++ b/doc/ja/autogen/user/charset_options.txt @@ -1,5 +1,5 @@ * [[option_charset.default.decode]] *charset.default.decode* -** 説明: `グローバルデコード文字セット: 受信メッセージをデコードする文字セット (デコードに失敗した場合、UTF-8 でデコードされます。UTF-8 は WeeChat の内部文字セットです)` +** 説明: `global decoding charset: charset used to decode incoming messages when they are not UTF-8 valid` ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `"iso-8859-1"`) |