Actions
Bug #93680
closedwrong handling of utf8 of fal filenames when importing youtube videos
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-03-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
TYPO3 9.5.24
UTF8 Filesystem in Installtool active
de_DE-UTF-8 systemLocale in Installtool
Server Max OS X
The filename of the video contains an emoji:
Module filelist, add external url results in this response:
Added media
20_Unsere_Erfolgsstory__{emoticon - redmine cannot save it}.youtube
The file is on the disk with exactly this name - Mac OS X is able to manage this characters. But TYPO3 shows the wrong filenames in the file module:
20_Unsere_Erfolgsstory__ - the rest is missing.
So the systems and TYPO3 manages the download and the saving of the file correctly but the identifier in sys_file is wrong.
Actions