Hey Austin:
> text has been edited in MSWord and the
> quotes that it uses get turned into question marks. does anyone know a
> way to convert these MSWord quotes to normal " marks?
Replace the nasties with preg...
$Data = preg_replace('/[\x93\x94]/', '"', $Data);
I figured out the Hex nu
im having a problem with text being submitted to my site through forms
into the database, where the text has been edited in MSWord and the
quotes that it uses get turned into question marks. does anyone know a
way to convert these MSWord quotes to normal " marks?
--
austin swinney
2 matches
Mail list logo