https://bugzilla.wikimedia.org/show_bug.cgi?id=70937
Chris Steipp <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Chris Steipp <[email protected]> --- Currently, we only allow encodings: $safeXmlEncodings = array( 'UTF-8', 'ISO-8859-1', 'ISO-8859-2', 'UTF-16', 'UTF-32' ); We had specific issues with UTF-7 (bug 47304), so we whitelisted encodings that were well supported. We would need to verify that xml parsing of windows-1252 on the server and clients is done the same way before we can open that up. -- 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
