https://bugzilla.wikimedia.org/show_bug.cgi?id=14779
René Kijewski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from René Kijewski <[email protected]> 2009-01-03 02:49:04 UTC --- Maybe the underlaying Sanitizer::decodeCharReferences could be changed? {{titleparts}} is even worse affected by the bug: It only returns the input. I tried to provide a patch, but I got confused with the mathematics of converting URL encode to UTF-8. ;-) I don't know if someone needs might it, but this it the regex for proper URL encoded characters: /(%[0-7][0-9A-Za-z]) |(%[CDcd][0-9A-Za-z]%[89ABab][0-9A-Za-z]) |(%[Ee][0-9A-Za-z](?:%[89ABab][0-9A-Za-z]){2}) |(%[Ff][0-7](?:%[89ABab][0-9A-Za-z]){3})/x -- 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
