summaryrefslogtreecommitdiff
path: root/src/common/weeconfig.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-02-06 13:15:47 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-02-06 13:15:47 +0000
commit1af0359046b99c5f475552a65a8684fd9a767e66 (patch)
treeb03c38c705a5305b4221ffa09b03eb6ce46ae1cc /src/common/weeconfig.h
parent9c67fdf3ea55bc6f530f81a7440aa7294c19e8c3 (diff)
downloadweechat-1af0359046b99c5f475552a65a8684fd9a767e66.zip
Fixed charset conversions when locale is UTF-8 (added "look_charset_internal" option)
Diffstat (limited to 'src/common/weeconfig.h')
-rw-r--r--src/common/weeconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/weeconfig.h b/src/common/weeconfig.h
index bc90ace0f..b231be902 100644
--- a/src/common/weeconfig.h
+++ b/src/common/weeconfig.h
@@ -82,6 +82,7 @@ extern int cfg_look_startup_version;
extern char *cfg_look_weechat_slogan;
extern char *cfg_look_charset_decode;
extern char *cfg_look_charset_encode;
+extern char *cfg_look_charset_internal;
extern int cfg_look_color_nicks;
extern int cfg_look_color_actions;
extern int cfg_look_remove_colors_from_msgs;