https://bugzilla.wikimedia.org/show_bug.cgi?id=33098
--- Comment #11 from Mark A. Hershberger <[email protected]> 2012-01-06 16:44:13 UTC --- (In reply to comment #10) > Isn't it just possible to use mw.util.getParamValue ? This will throw an error > too if there are bad unicode characters, but if you only call it for > parameters > with correctly encoded values it will work as expected. The point is that the URL has bad Unicode characters. Perhaps mw.util.getParamValue could be used in the end, but it would have to be changed to not throw an error. If it found something that wasn't Unicode, it would have to try another encoding. -- 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
