mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 10:43:13 +02:00
charset: fix /help charset.default.decode
The charset is used only when the message is not UTF-8 valid.
This commit is contained in:
@@ -213,8 +213,7 @@ charset_config_init ()
|
||||
charset_config_file, ptr_section,
|
||||
"decode", "string",
|
||||
N_("global decoding charset: charset used to decode incoming messages "
|
||||
"(if decoding fails, fallback is UTF-8 because it is the WeeChat "
|
||||
"internal charset)"),
|
||||
"when they are not UTF-8 valid"),
|
||||
NULL, 0, 0,
|
||||
(charset_terminal && charset_internal
|
||||
&& (weechat_strcasecmp (charset_terminal,
|
||||
|
||||
Reference in New Issue
Block a user