Deprecation: #85120 - JavaScriptEncoder
See forge#85120
Description
The standalone utility class
\TYPO3\
has been superseded in TYPO3 6.2
by PHP's native
json_
and
General
which provide significant
performance improvements. The utility class is thus marked for removal in TYPO3 v10.0.
Impact
Instantiating the class will trigger a PHP
E_
error.
Affected Installations
TYPO3 installations with custom extensions using this PHP class.
Migration
Use
General
or
json_
with proper options as second parameter to
escape a string for JavaScript output.