default to utf-8 encoding

closes #282
This commit is contained in:
TingPing 2012-11-25 12:39:18 -05:00
parent 7e3c8eb542
commit acc90d4e77
1 changed files with 1 additions and 1 deletions

View File

@ -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);