I still don\'t understand how iconv works.
iconv
For instance,
$string = \"Löic & René\"; $output = iconv(\"UTF-8\", \"ISO-8859-1//TRANSL
$clean = iconv('UTF-8', 'ASCII//TRANSLIT', utf8_encode($s));