I'm using
iconv('UTF-8', 'ASCII//TRANSLIT', $string)
To convert all single quotes to the default one, but at the same time all pound symbols £
are converted to question marks ?
- any idea how this can be avoided while everything else gets converted?