https://bugzilla.wikimedia.org/show_bug.cgi?id=40971

       Web browser: ---
             Bug #: 40971
           Summary: mailman's public list index (listinfo) has the wrong
                    encoding in its Content-Type header
           Product: Wikimedia
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Mailing lists
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---


$ 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").

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to