https://bugzilla.wikimedia.org/show_bug.cgi?id=36966
--- Comment #6 from Srikanth Logic <[email protected]> 2012-08-13 05:38:22 UTC --- (In reply to comment #2) > 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). These fixes did not work for me, is there anything else that needs to be done? (In reply to comment #5) > (In reply to comment #4) > > It is a line in every languages/messages/MessagesXx.php file, starting with > > $linkTrail. It is defined as a simple regex, like in the fixes I posted > > above. > > For unicode languages, you have to add the minuscule "u" at the end of the > > regex. > > Yes, I know this, but I'd like ansuman to give us some suggestions as where to > put such info so that users find it. Niklas tells its intended to keep it so and make people request so that we don't break things. -- 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
