fix search display result

This commit is contained in:
quenousimporte 2024-10-16 13:58:19 +02:00
parent 79c0b08397
commit 4a14757540
1 changed files with 1 additions and 1 deletions

View File

@ -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()