Actions
Feature #106015
openutf-8 validator for form fields
Status:
New
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2025-01-29
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Spammers often enter invalid utf-8 characters in forms and submit them. This leads to problems when sending the data to an API by json-encoding them:
json_encode error: Malformed UTF-8 characters, possibly incorrectly encoded
TYPO3 should provide a way to validate if form field values contain valid utf-8 characters only.
Either the Text validator could be extended, or a new UTF-8 validator could be introduced.
No data to display
Actions