From d1897c1602bf4ac632ef299583ceedf48066079e Mon Sep 17 00:00:00 2001 From: Arnavion Date: Sun, 18 Jan 2015 02:10:05 -0800 Subject: Remove "System default" encoding. The default for new servers is UTF-8. --- src/common/servlist.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common') diff --git a/src/common/servlist.c b/src/common/servlist.c index 2ce64d13..9b509ee3 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -1342,8 +1342,7 @@ servlist_save (void) fprintf (fp, "P=%s\n", net->pass); if (net->logintype) fprintf (fp, "L=%d\n", net->logintype); - if (net->encoding && g_ascii_strcasecmp (net->encoding, "System") && - g_ascii_strcasecmp (net->encoding, "System default")) + if (net->encoding) { fprintf (fp, "E=%s\n", net->encoding); if (!servlist_check_encoding (net->encoding)) -- cgit 1.4.1