$ curl -Is "https://lists.wikimedia.org/mailman/listinfo/wikiuk-l" | grep Content-Type
Content-Type: text/html; charset=utf-8
$ curl -Is "https://lists.wikimedia.org/mailman/listinfo" | grep Content-Type
Content-Type: text/html; charset=us-ascii
As you can see, the index at https://lists.wikimedia.org/mailman/listinfo specifies a charset of us-ascii. This is wrong. It should be specifying utf-8.
This bug is related to bug 37817 ("lists.wikimedia.org encoding issues in description").
Version: unspecified
Severity: normal
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=37817