In TYPO3 6.2.11, I have set
[SYS][UTF8filesystem] = 1
[SYS][systemLocale] = de_DE.UTF-8
The (CentOS) filesystem as well as the Filelist module recognize and display the files properly.
But when I run TYPO3\CMS\Scheduler\Task\FileStorageIndexingTask
via the scheduler, it marks files containing special characters in their filename as missing = 1
.
Is there some other required setting for FAL to be able to process UTF8-Filenames? Or could this be something server-side?