Have you tried using the str_replace with the chr function. Something
like: str_replace(chr(168), ' ', $str);
There is also a function that a user submitted on this PHP manual page
that replaces all non-readable characters with a '.', you could change
it to make it a blank and it might work exactly for your needs.