Bug #16875
Wrong character encoding in new child records created via AJAX call
Start date:
2007-01-21
Due date:
% Done:
0%
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)
History
#1
Updated by Oliver Hader almost 13 years ago
See the attached patch 0004820.patch that uses utf8_encode to show up special chars correctly.
#2
Updated by Thomas Hempel almost 13 years ago
The patch fixes the problem
#3
Updated by Oliver Hader almost 13 years ago
Committed to Trunk.