https://bugzilla.wikimedia.org/show_bug.cgi?id=16320
Ryan Kaldari <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Ryan Kaldari <[email protected]> 2010-06-09 01:44:56 UTC --- The regex has been changed to: /\{\{\{([A-Za-z0-9\_\-\x{00C0}-\x{00D6}\x{00D8}-\x{00F6}\x{00F8}-\x{00FF}]+)\}\}\}/u in r67680. This matches all of the previous chars plus pretty much all accented latin characters. I tried experimenting with \p{L} and \w, but neither did what I was hoping. The alternative is to just open it up completely, as suggested by Tomasz. I imagine we would have to restrict it to MediaWiki-URL-valid characters, however, and I'm not sure complicated that is. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
