Actions
Bug #16875
closedWrong character encoding in new child records created via AJAX call
Start date:
2007-01-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If a new child record was created dynamically using an AJAX call. Umlauts like "äöüß" were not displayed correctly due to a missing character encoding.
(issue imported from #M4820)
Files
Updated by Oliver Hader almost 18 years ago
See the attached patch 0004820.patch that uses utf8_encode to show up special chars correctly.
Actions