Remove some crayze chars like ? ? Tue, 04/21/2015 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. Drupal 7 Modules View the discussion thread.