Project

General

Profile

Actions

Bug #26775

closed

Image file with UTF8 character in name cannot be graphically processed

Added by Xavier Perseguers almost 13 years ago. Updated almost 13 years ago.

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';


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #21609: Problem with german "Umlaute" in BE file list, no thumbs generatedClosedJigal van Hemert2009-11-18

Actions
Actions #1

Updated by Eric Chavaillaz almost 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 : ×

Actions #2

Updated by Xavier Perseguers almost 13 years ago

  • Status changed from New to Accepted
Actions #3

Updated by Xavier Perseguers almost 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

Also available in: Atom PDF