diff --git a/index.php b/index.php index 3b9aaf2..202f045 100644 --- a/index.php +++ b/index.php @@ -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()