Results 1 to 10 of 10
Threaded View
-
19th Jan 2011, 08:29 PM #9Respected Member
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);
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
themaCreator - create posts from...
Version 3.57 released. Open older version (or...