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/pl/autogen/user/charset_options.txt | |
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/pl/autogen/user/charset_options.txt')
-rw-r--r-- | doc/pl/autogen/user/charset_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pl/autogen/user/charset_options.txt b/doc/pl/autogen/user/charset_options.txt index 318dbf3c2..cbfc98409 100644 --- a/doc/pl/autogen/user/charset_options.txt +++ b/doc/pl/autogen/user/charset_options.txt @@ -1,5 +1,5 @@ * [[option_charset.default.decode]] *charset.default.decode* -** opis: `globalne dekodowanie: kodowanie użyte do dekodowania przychodzących wiadomości (jeśli się nie powiedzie, zostanie przywrócone UTF-8, ponieważ jest to domyślne kodowanie w WeeChat)` +** opis: `global decoding charset: charset used to decode incoming messages when they are not UTF-8 valid` ** typ: ciąg ** wartości: dowolny ciąg (domyślna wartość: `"iso-8859-1"`) |