Posted by Fran Garcνa on 03/22/07 15:34
I've some text with some extended ascii characters like ΒΏ or Β‘ and I
wanna replace these characters for blanks, but when I use the function
str_replace, it returns an invalid string, so I think that php cannot
detect these kind of characters and of course, it cannot replace them.
I've already tried to use mb_ereg_replace, but it doesnΒ΄t work. Has
anybody any idea how can I get a solution for this problem?
Thanks in advance!
[Back to original message]
|