Remove some crayze chars like ? ?

I was doing an import of data from some old DB, that had some chars like ? ? in them, so how to remove them and keep all the other UTF-8 chars in them?

I used iconv("UTF-8", "UTF-8//IGNORE", $vars). And it saved me from going crayze myself.