https://bugzilla.wikimedia.org/show_bug.cgi?id=70238
--- Comment #2 from Marc A. Pelletier <[email protected]> --- Aha! I was looking in the wrong place - the api call *correctly* returns invalid-page because it's the AJAX /call/ that mangles non-ASCII. In particular, 'É' ends up being encoded as '%25C3%2589' -> the result of uri encoding '%c3%89' -> the proper uri encoded utf8. -- 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
