Actions
Bug #55499
closedDebugUtility shows <\u00F2 instead of </
Start date:
2014-01-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:
Description
The new JavaScript encoder using json_encode also encodes the forward slash to unicode: \u00F2.
This creates problems, since json_encode already 'escapes' the forward slash with a backslash.
Actions