Project

General

Profile

Actions

Bug #23382

closed

meaningfulTempFilePrefix does not convert Umlauts and special characters

Added by Sebastian Michaelsen over 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2010-08-16
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

// strip everything non-ascii
$meaningfulPrefix = preg_replace('/[^A-Za-z0-9_-]/', '', trim($meaningfulPrefix));

This is how special characters are simply stripped out. The should be converted using t3lib_cs->specCharsToASCII()

I also had an issue with Images that were not showing up in FE, when they had Umlauts in the title. I could not perfectly reproduce and investigate this issue, however it is completely gone when I switched to t3lib_cs->specCharsToASCII()
(issue imported from #M15466)


Files

15446_v2.diff (2.52 KB) 15446_v2.diff Administrator Admin, 2010-12-27 22:15

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #25316: meaningfulTempFilePrefix generates bad file names in some casesClosed2011-03-14

Actions
Actions

Also available in: Atom PDF