https://bugzilla.wikimedia.org/show_bug.cgi?id=24999
--- Comment #17 from Bawolff <[email protected]> 2011-09-15 20:58:15 UTC --- (In reply to comment #16) > The right url seems to be http://unicode.org/reports/t��0��/ > There are some regular expressions reported, I think they are based on \L{} > (Unicode properties). Luckily, we can do some slow things on this path. I think the rXXX in the url is screwing it up with magic revision auto-linking. Lets try http://www.unicode.org/reports/t%7231/ Last time I looked at that page, the regexs used things based on the more complex unicode properties supported by perl but not pcre. However it was still very do-able, one just needed to create a fairly large (not huge though) character class by hand. -- 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
