diff options
author | TingPing <TingPing@users.noreply.github.com> | 2016-05-03 20:16:49 -0400 |
---|---|---|
committer | TingPing <TingPing@users.noreply.github.com> | 2016-05-03 20:16:49 -0400 |
commit | 3c329727c7ec1d84285b13f87aa69d78e52f889c (patch) | |
tree | ae34c35207b79a34f28a681c440bd12bb579fc54 | |
parent | e223840fa6e1f8745a4a1471286a227bfd64efa0 (diff) |
servlist: Default to UTF-8 on PTNet
Fixes #1697
-rw-r--r-- | src/common/servlist.c | 3 |
1 files changed, 2 insertions, 1 deletions
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"}, |