From 5569205d1578f46a4ba4a2b23d8e48a933acd6ce Mon Sep 17 00:00:00 2001 From: Arnavion Date: Sun, 18 Jan 2015 02:10:04 -0800 Subject: [PATCH] Add CP1252 as an available server encoding for Windows-1252 and ISO-8859-1 networks. --- src/fe-gtk/servlistgui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fe-gtk/servlistgui.c b/src/fe-gtk/servlistgui.c index 101acdb2..f6a1a3c6 100644 --- a/src/fe-gtk/servlistgui.c +++ b/src/fe-gtk/servlistgui.c @@ -90,6 +90,7 @@ static GtkWidget *servlist_open_edit (GtkWidget *parent, ircnet *net); static const char *pages[]= { IRC_DEFAULT_CHARSET, + "CP1252 (Windows-1252)", "ISO-8859-15 (Western Europe)", "ISO-8859-2 (Central Europe)", "ISO-8859-7 (Greek)",