Actions
Bug #26775
closedImage file with UTF8 character in name cannot be graphically processed
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Image Cropping
Target version:
-
Start date:
2011-05-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When a picture with UTF8 characters in name is added as an Image CE for instance:
1) Thumbnail in BE cannot be generated
2) It is only rendered in FE if it is used "as-this", if resized, it does not show up
localconf.php contains:
$TYPO3_CONF_VARS['SYS']['UTF8filesystem'] = '1';
Updated by Eric Chavaillaz over 13 years ago
I test the same with a 4.4.4 version and the thumnail in backend is not generated.
But the image in frontend is generated even if I resize it.
With a 4.5.2 version, the thumbnail is not generated and the resized image also!
I just have an empty tag like <img src="" width="" height="" />.
I use this char for my test : ×
Updated by Xavier Perseguers over 13 years ago
- Status changed from New to Accepted
Updated by Xavier Perseguers over 13 years ago
- Status changed from Accepted to Closed
No change needed! I overlooked this option:
$TYPO3_CONF_VARS['SYS']['systemLocale'] = 'en_US.UTF-8';
Actions