https://bugzilla.wikimedia.org/show_bug.cgi?id=48798
Santhosh Thottingal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |om --- Comment #7 from Santhosh Thottingal <[email protected]> --- Dhaval, we need anything in Gujarati script as a trail right? We need not write all alphabets with virama, but we can just use the gu unicode range like this: $linkTrail = "/^([\x{0A80}-\x{0AFF}]+)(.*)$/sDu"; with $wgLanguageCode = 'gu'; it works. Please confirm that this is what you need. -- 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
