https://bugzilla.wikimedia.org/show_bug.cgi?id=36966
Jon Harald Søby <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Jon Harald Søby <[email protected]> 2012-07-27 01:27:12 UTC --- I was able to fix this on my local MediaWiki installation. I have tried for _hours_ now to get git/gerrit properly set up to make a patch or whatever, but get a cavalcade of various error messages and am now officially giving up. The fixes I have made are these: In languages/messages/MessagesHi.php, change Line 176 to this: $linkTrail = "/^([a-zऀ-ॿ]+)(.*)$/sDu"; In languages/messages/MessagesOr.php, add this below Line 33: $linkTrail = "/^([a-zଁ-୷]+)(.*)$/sDu"; These fixes may not account for punctuation and/or other symbols that should not be included in the linktrail. For Hindi I used the characters in the standard Devanagari Unicode block, and the same for Oriya. I am not sure which symbols are punctuation, so this may not be correct. But it's better than nothing, I think (hope). -- 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
