From 3c329727c7ec1d84285b13f87aa69d78e52f889c Mon Sep 17 00:00:00 2001 From: TingPing Date: Tue, 3 May 2016 20:16:49 -0400 Subject: servlist: Default to UTF-8 on PTNet Fixes #1697 --- src/common/servlist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/servlist.c b/src/common/servlist.c index 871c23a4..05799715 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -272,7 +272,8 @@ static const struct defaultserver def[] = {"PonyChat", 0, 0, 0, LOGIN_SASL, 0, TRUE}, {0, "irc.ponychat.net"}, - {"PTNet.org", 0, 0, "ISO-8859-1"}, + {"PTNet.org", 0}, + /* Note that the network suggests ISO-8859-1 but most users ignore this */ {0, "uevora.ptnet.org"}, {0, "vianetworks.ptnet.org"}, -- cgit 1.4.1