diff --git a/lib/system/system_utils/chaine.php b/lib/system/system_utils/chaine.php index 1eae806..2feab00 100755 --- a/lib/system/system_utils/chaine.php +++ b/lib/system/system_utils/chaine.php @@ -127,7 +127,7 @@ var $src = null; } # on enlève les caractères spéciaux $tmp=unhtmlentities($tmp); - $tmp = eregi_replace("^[[:space:]]*[a-z]+[.)".chr(176)."]([[:space:]]*)", "",$tmp); +// $tmp = mb_eregi_replace("^[[:space:]]*[a-z]+[.)".chr(176)."]([[:space:]]*)", "",$tmp); # on a maintenant une chaine propre à l'utilisation... # On enleve les retours à la ligne $tmp=str_replace(chr(13).chr(10),"",$tmp); @@ -152,8 +152,8 @@ var $src = null; // $tmp=str_replace(" "," ",$tmp); // } # on enlève les caractères spéciaux -// $tmp=unhtmlentities($tmp); -// $tmp = eregi_replace("^[[:space:]]*[a-z]+[.)".chr(176)."]([[:space:]]*)", "",$tmp); + $tmp=unhtmlentities($tmp); +// $tmp = mb_eregi_replace("^[[:space:]]*[a-z]+[.)".chr(176)."]([[:space:]]*)", "",$tmp); # on a maintenant une chaine propre à l'utilisation... # On enleve les retours à la ligne $tmp=str_replace(chr(13).chr(10),"",$tmp);