I have a weird dash in my text, which isn\'t being detected in a str_replace.
str_replace
Here is an example:
Sun: 10:00 – 3:00pm
I don
http://php.net/manual/en/function.str-replace.php#102465 jay suggested
$str = str_replace(chr(150), '-–', $str); // endash $str = str_replace(chr(151), '--', $str); // emdash