rupertgermann / tt_news

TYPO3 Extension - News (tt_news)
21 stars 37 forks source link

tt_news doesn't show images with specialchars like german umlauts in filename #192

Closed derBoogie closed 2 years ago

derBoogie commented 2 years ago

Hi,

tt_news (v10.0.0) doesn't render images with specialchars like german umlauts or "ß" in filename on the frontend (TYPO3 10.4).

[SYS][UTF8filesystem] = 1

As normal content the images are rendered in the frontend, because the speicialchars are decoded i.e. "ß" -> "%C3%9F"

I know that filename shouldn't be used in filenames, but the editors do not think of :(

derBoogie commented 2 years ago

Is duplicate of: https://github.com/rupertgermann/tt_news/issues/182