summary refs log tree commit diff stats
path: root/src/common/servlist.h
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2012-11-25 12:39:18 -0500
committerTingPing <tingping@tingping.se>2012-11-25 12:39:18 -0500
commitacc90d4e7753ae6e8315d900b068b90ea8e53f1a (patch)
tree35b81342ba622804a86dc65392796a539e702b16 /src/common/servlist.h
parent7e3c8eb542806485b9836ddded9324b67d05f7ce (diff)
default to utf-8 encoding
closes #282
Diffstat (limited to 'src/common/servlist.h')
-rw-r--r--src/common/servlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/servlist.h b/src/common/servlist.h
index dc8095f4..b50ca0ea 100644
--- a/src/common/servlist.h
+++ b/src/common/servlist.h
@@ -37,7 +37,7 @@ extern GSList *network_list;
 #define FLAG_COUNT				7
 
 /* DEFAULT_CHARSET is already defined in wingdi.h */
-#define IRC_DEFAULT_CHARSET		"IRC (Latin/Unicode Hybrid)"
+#define IRC_DEFAULT_CHARSET		"UTF-8 (Unicode)"
 
 void servlist_init (void);
 int servlist_save (void);