try this:
2013 is en-dash and 2014 is em-dash
PHP Code: 
 $str str_replace("\x2014""\x2D"$str);
 
$str str_replace("\x2013""\x2D"$str);