Explorar o código

Core\Files: Change file name transliteration

Visman hai 1 ano
pai
achega
e6d66f7e0a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Core/Files.php

+ 1 - 1
app/Core/Files.php

@@ -972,7 +972,7 @@ class Files
     public function filterName(string $name): string
     {
         $name = \transliterator_transliterate(
-            "Any-Latin; NFD; [:Nonspacing Mark:] Remove; NFC; Lower();",
+            'Any-Latin; Latin-ASCII; Lower()', // "Any-Latin; NFD; [:Nonspacing Mark:] Remove; NFC; Lower();",
             $name
         );