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