Deprecation: #85122 - Functionality in CharsetConverter
See forge#85122
Description
The following methods have been marked as deprecated due to better functionality mostly provided by native
PHP functionality, like
mbstring functions.
CharsetConverter->synonyms CharsetConverter->parse_ charset () - Fourth parameter of
CharsetConverter->conv () CharsetConverter->conv Array () CharsetConverter->utf8_ to_ entities () CharsetConverter->entities_ to_ utf8 () CharsetConverter->crop () CharsetConverter->conv Case First () CharsetConverter->utf8_ char2byte_ pos ()
Additionally the following public properties have been changed to have a "protected" visibility, as these only reflect internal state:
CharsetConverter->no Char Byte Val CharsetConverter->parsed Charsets CharsetConverter->to ASCII CharsetConverter->two Byte Sets CharsetConverter->euc Based Sets
Impact
Calling any of the methods or accessing any of the properties will trigger a PHP
E_ error.
Affected Installations
TYPO3 installations with extensions making use of the CharsetConverter methods or properties directly.
Migration
Use native PHP equivalents instead, see the methods directly for substitutes.