Actions
Bug #19774
closedDataHandler is not multibyte safe
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-01-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Class class.t3lib_tcemain.php is using functions strstr(), substr(), strtoupper(), strtolower(), strlen(), str_replace(), ereg_replace() which are not multibyte safe to process values from input fields which could be in unicode.
(issue imported from #M10070)
Actions