@ -3,7 +3,7 @@
function cleanstring($string)
{
return iconv('UTF-8', 'ASCII//TRANSLIT//IGNORE', strtolower($string));
return iconv('UTF-8', 'UTF-8//TRANSLIT//IGNORE', strtolower($string));
}
function downloadall()