Actions
Feature #72523
closedAllow UTF-8 key names in TSconfig / TypoScript
Start date:
2016-01-04
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.6
Tags:
fluid groups utf-8
Complexity:
easy
Sprint Focus:
Description
Hello. No content element is displayed and no tab is created when I give a tab name in non-latin characters, for example in Cyrillic:
<flux:form id="Text" options="{group: 'Основное'}" label="Текст с картинкой">
Label by the way works just fine.
The only solution is to set any number or any latin character before cyrillic like this for example:
<flux:form id="Text" options="{group: '1-Основное'}" label="Текст с картинкой">
Can this be fixed?
Some great explanation of the nature of this issue was given by NamelessCoder here: https://github.com/FluidTYPO3/fluidcontent/issues/327.
Actions