Actions
Bug #95575
closedBuilt-in sortItems by "label" does not respect UTF-8
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2021-10-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
v10 introduced sortItems
for TCA select fields. The implementaion, however, does only a byte-by-byte sorting, which has the impact that letters from non-english languages (like accented letters in French or Umlauts in German) are sorted always to the end of the list.
There should be a UTF-8 sorting by default.
Actions