Add CP1252 as an available server encoding for Windows-1252 and ISO-8859-1 networks.
This commit is contained in:
parent
2e76a4e477
commit
5569205d15
|
@ -90,6 +90,7 @@ static GtkWidget *servlist_open_edit (GtkWidget *parent, ircnet *net);
|
||||||
static const char *pages[]=
|
static const char *pages[]=
|
||||||
{
|
{
|
||||||
IRC_DEFAULT_CHARSET,
|
IRC_DEFAULT_CHARSET,
|
||||||
|
"CP1252 (Windows-1252)",
|
||||||
"ISO-8859-15 (Western Europe)",
|
"ISO-8859-15 (Western Europe)",
|
||||||
"ISO-8859-2 (Central Europe)",
|
"ISO-8859-2 (Central Europe)",
|
||||||
"ISO-8859-7 (Greek)",
|
"ISO-8859-7 (Greek)",
|
||||||
|
|
Loading…
Reference in New Issue