Bug #67187
Updated by Alexander Opitz over 9 years ago
recursiveFileListSortingHelper uses strnatcasecmp which isn't locale aware so Umlauts (and others) gets sorted to the end. Which, depending on locale, isn't correct handling. -=> => Request change in PHP, as this wouldn't be backported to older versions this won't happen for 7 LTS.- => Use intl Extensions Collator LTS.