Bug #7292
escapeViewHelper does not take encoding of resulting web page into account
Start date:
2010-04-16
Due date:
% Done:
100%
Estimated time:
Has patch:
Description
Uf I use {user.name} and username as a special char, nothing is displayed.
if I use <f:escape value="{user.name}" encoding="iso-8859-1"></f:escape>, it
works.
Solution: use the same encoding TYPO3 uses for displaying the page, as we assume that data rendered has the same encoding as well.
Updated by Sebastian Kurfuerst about 12 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
committed in r2228