The character is a right, curving, closing single quote aka \222. I'ld like to replace it with a regular "symmetic" single quote '.
I had hoped that
Code: Select all
$import = str_replace("\222","'",$orig);Moderator: General Moderators
Code: Select all
$import = str_replace("\222","'",$orig);