hi,
$text = str_replace("\xe2\x80\x94", "-", $text);
Hat mir jemand einen Tipp was falsch ist?
Die Bytes für den EN DASH sind E2 80 93. Suche nach hyphen, dash hier.
Hotti
hi,
$text = str_replace("\xe2\x80\x94", "-", $text);
Hat mir jemand einen Tipp was falsch ist?
Die Bytes für den EN DASH sind E2 80 93. Suche nach hyphen, dash hier.
Hotti