From 1dc99c1dc2a95ccd117c444e08940889dcaf5778 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 19 Sep 2012 17:40:13 +0200 Subject: charset: allow "UTF-8" in charset encoding options (still forbidden in decoding options) --- doc/ja/autogen/user/charset_options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ja/autogen/user') diff --git a/doc/ja/autogen/user/charset_options.txt b/doc/ja/autogen/user/charset_options.txt index c5072e50a..047901915 100644 --- a/doc/ja/autogen/user/charset_options.txt +++ b/doc/ja/autogen/user/charset_options.txt @@ -1,10 +1,10 @@ * [[option_charset.default.decode]] *charset.default.decode* -** 説明: `グローバルデコード文字集合` +** 説明: `global decoding charset: charset used to decode incoming messages (if decoding fails, fallback is UTF-8 because it is the WeeChat internal charset)` ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `"iso-8859-1"`) * [[option_charset.default.encode]] *charset.default.encode* -** 説明: `グローバルエンコード文字集合` +** 説明: `global encoding charset: charset used to encode outgoing messages (if empty, default is UTF-8 because it is the WeeChat internal charset)` ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `""`) -- cgit v1.2.3