diff options
-rw-r--r-- | src/common/weeconfig.c | 2 | ||||
-rw-r--r-- | weechat/src/common/weeconfig.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/weeconfig.c b/src/common/weeconfig.c index cb7b2bc1e..91b96fc2c 100644 --- a/src/common/weeconfig.c +++ b/src/common/weeconfig.c @@ -102,7 +102,7 @@ t_config_option weechat_options_look[] = { "look_charset_decode", N_("charset for decoding messages from server"), N_("charset for decoding messages from server, examples: UTF-8, ISO-8859-1 (if empty, messages are not converted)"), OPTION_TYPE_STRING, 0, 0, 0, - "", NULL, NULL, &cfg_look_charset_decode, config_change_buffer_content }, + "UTF-8", NULL, NULL, &cfg_look_charset_decode, config_change_buffer_content }, { "look_charset_encode", N_("charset for encoding messages sent to server"), N_("charset for encoding messages sent to server, examples: UFT-8, ISO-8859-1 (if empty, local charset is used)"), OPTION_TYPE_STRING, 0, 0, 0, diff --git a/weechat/src/common/weeconfig.c b/weechat/src/common/weeconfig.c index cb7b2bc1e..91b96fc2c 100644 --- a/weechat/src/common/weeconfig.c +++ b/weechat/src/common/weeconfig.c @@ -102,7 +102,7 @@ t_config_option weechat_options_look[] = { "look_charset_decode", N_("charset for decoding messages from server"), N_("charset for decoding messages from server, examples: UTF-8, ISO-8859-1 (if empty, messages are not converted)"), OPTION_TYPE_STRING, 0, 0, 0, - "", NULL, NULL, &cfg_look_charset_decode, config_change_buffer_content }, + "UTF-8", NULL, NULL, &cfg_look_charset_decode, config_change_buffer_content }, { "look_charset_encode", N_("charset for encoding messages sent to server"), N_("charset for encoding messages sent to server, examples: UFT-8, ISO-8859-1 (if empty, local charset is used)"), OPTION_TYPE_STRING, 0, 0, 0, |