diff --git a/lib/files/mapper.php b/lib/files/mapper.php index 418ef354f9..d65726d68d 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