I have this conversion:
setlocale(LC_ALL, 'fr_FR.utf8'); $a = 'Í'; echo( iconv('UTF-8','ASCII//TRANSLIT',$a) );
but it return 'I except I. Other accented characters are OK. Tested with other locales without success.
'I
I