https://bugzilla.wikimedia.org/show_bug.cgi?id=40971
--- Comment #3 from Daniel Zahn <[email protected]> --- ok, so i found Defaults.py which sets a charset per language, like: add_language('en', _('English (USA)'), 'us-ascii', 'ltr') changing that to add_language('en', _('English (USA)'), 'utf-8', 'ltr') actually makes the listinfo overview page utf-8. ..but..the list descriptions of non-English lists will still appear broken, because they are not utf-8.. it depends on the language.. and languages and descriptions can bet set by list admins... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
