Bug #24998
closedGIFBUILDER / specCharsToASCII breaks image file names
0%
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)
Updated by Marc Wöhlken over 13 years ago
Did the patch to Bug 0015466 really make it into trunk?
Could not find any evidence in version 4.4.7 and 4.5.2
Updated by Alexander Opitz over 10 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.2.3)?
Updated by Alexander Opitz about 10 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.