https://bugzilla.wikimedia.org/show_bug.cgi?id=33098
--- Comment #7 from Mark A. Hershberger <[email protected]> 2012-01-04 20:13:09 UTC --- As https://bugzilla.mozilla.org/show_bug.cgi?id=580381#c3 says: Yes, but all that means is that you can't use decodeURIComponent to decode that... because it's using the wrong character encoding. You may be able to get away with window.unescape, but in general there's pretty much no support for working with arbitrary encodings (which is what you want here) built into the language. You'd have to use a library that does that. Any ideas? -- 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
