31 # MySQL fulltext index doesn't grok utf-8, so we
32 # need to fold cases and convert to hex
34 # Replacing apostrophe sign U+2019 with U+0027
35 $text = str_replace(
"\u{2019}",
'\'', $text );
37 return parent::normalizeForSearch( $text );
42class_alias( LanguageBe_tarask::class,
'LanguageBe_tarask' );