Bug #67192
Problem with IMAGE object when image file name contains utf-8 diacritics
Status: | New | Start date: | 2015-05-29 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | Image Generation | Spent time: | - | |
Target version: | next-patchlevel | |||
TYPO3 Version: | 6.2 | Is Regression: | Yes | |
PHP Version: | 5.4 | Sprint Focus: | ||
Complexity: | medium |
Description
If you have some non latin1 letters in image file name (like Grøn.jpg) and you like to use it in typoscript via relation, for example in flexible content elements or taking some images from page resources - then img object in FE is not created. The problem is similar to https://forge.typo3.org/issues/64224. I created simple patch to solve the problem on client's installation, but I'm not sure it's right way to fix it.
Related issues