From 4a14757540dc46403e382b5a60ddf27c24da6dbc Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Wed, 16 Oct 2024 13:58:19 +0200 Subject: [PATCH] fix search display result --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()