diff options
Diffstat (limited to 'doc/ja/autogen/user')
-rw-r--r-- | doc/ja/autogen/user/charset_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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)` ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `""`) |