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.
Charset
Converter->synonyms Charset
Converter->parse_ charset () - Fourth parameter of
Charset
Converter->conv () Charset
Converter->conv Array () Charset
Converter->utf8_ to_ entities () Charset
Converter->entities_ to_ utf8 () Charset
Converter->crop () Charset
Converter->conv Case First () Charset
Converter->utf8_ char2byte_ pos ()
Additionally the following public properties have been changed to have a "protected" visibility, as these only reflect internal state:
Charset
Converter->no Char Byte Val Charset
Converter->parsed Charsets Charset
Converter->to ASCII Charset
Converter->two Byte Sets Charset
Converter->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.