hi, 

got a weird problem... what i am trying is this:
$str = str_replace("é", "e", $str);
in a string containing a 'é' for sure...
but it doesn't replace it..
when i try this: 

echo str_replace("é", "e", "dfsdfsdfé");
it works !?

any suggestions?

Tomy Wagner

Reply via email to