preg_replace('B"b([^"x84x93x94rn]+)b"B', '?1?', $text);
$str = preg_replace('|"(.*)"|U', '“$1”', $str);