Can't find/replace the character ó (o acute)
Posted: Thu Mar 13, 2008 4:11 am
Hi,
I'm having some trouble with the character ó. I want to replace ó with ó and I'm trying to do this like this:
This won't fly however... the character can't be found using strpos either.
Any ideas?
I'm having some trouble with the character ó. I want to replace ó with ó and I'm trying to do this like this:
Code: Select all
$value = "Po?ó? góry";
$value = str_replace('ó','ó',$value);
Any ideas?