I have a string that contains unreadable space character:
How can I replace this character with a normal space so I can get a string like: "a b c d"
I have tried this:
$str = utf8_decode($str);
But it converts that character to question mark ?