Merge commit 'origin/fusionax' into account
[platal.git] / modules / profile / general.inc.php
index 4884303..aacbfaa 100644 (file)
@@ -33,7 +33,7 @@ class ProfileSearchNames implements ProfileSetting
 
     private function prepareField($value)
     {
-        $value = strtoupper(replace_accent($value));
+        $value = mb_strtoupper($value);
         return preg_replace('/[^A-Z]/', ' ', $value);
     }