Решите черный бриллиант с вопросительным знаком.
просто используйте это:
foreach($disp as $objs)
{
$objs = preg_replace( '|[^.?,A-Za-z0-9-]+|', ' ', $objs);
echo $objs;
}
// this will display character (.?A-Z AND 0-9) and replace char other than this.