Actions
Bug #42990
closedRemove dependency to iconv lib in form
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-11-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The form extension uses iconv_strlen to determine
the string length, which fails when this method
is not present in PHP.
Use the CharsetConverter class instead.
Actions