Actions
Bug #24998
closedGIFBUILDER / specCharsToASCII breaks image file names
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-02-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
In review of resolved Ticket 0015466.
The applied change of specCharsToASCII breaks the file name if the string contains carriage returns (e.g. from a two-line page title) or special chars like the raquo (»).
Commenting out following line fixed this in an instance.
$meaningfulPrefix = $GLOBALS['TSFE']->csConvObj->specCharsToASCII($GLOBALS['TSFE']->renderCharset, $meaningfulPrefix);
Since in 0015466 it fixed an issue I am not sure what setup makes the difference.
(issue imported from #M17539)
Actions