Actions
Bug #17272
closed'lower' TCA specification may fail with non-ascii characters
Start date:
2007-05-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
TCEmain does not use CSconv class while converting TCA strings to lower case but uses strtolower, which is not safe for non-ascii encoding.
The attached patch changes it.
(issue imported from #M5550)
Files
Actions