diff --git a/lib/files/mapper.php b/lib/files/mapper.php index 418ef354f9c85e26966daf29daa7195c0523d1b4..d65726d68deb1e8882e86828941547333c633218 100644 --- a/lib/files/mapper.php +++ b/lib/files/mapper.php @@ -210,7 +210,7 @@ class Mapper // transliterate if (function_exists('iconv')) { - $text = iconv('utf-8', 'us-ascii//TRANSLIT', $text); + $text = iconv('utf-8', 'us-ascii//TRANSLIT//IGNORE', $text); } // lowercase