From: Brion Vibber Date: Fri, 7 Jul 2006 16:54:51 +0000 (+0000) Subject: regex must be marked as unicode or that range won't work X-Git-Tag: 1.31.0-rc.0~56363 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=e04e081036549b28f5c16af6d1ad201736ed1880;p=lhc%2Fweb%2Fwiklou.git regex must be marked as unicode or that range won't work --- diff --git a/languages/LanguageHe.php b/languages/LanguageHe.php index a5db063ef8..39ca468080 100644 --- a/languages/LanguageHe.php +++ b/languages/LanguageHe.php @@ -238,7 +238,7 @@ class LanguageHe extends LanguageUtf8 { * @return regular expression which includes the word trails in the link */ public function linkTrail() { - return '/^([a-z,א-ת]+)(.*)$/sD'; + return '/^([a-z,א-ת]+)(.*)$/sDu'; } /**