Deprecation: #85125 - Deprecate usages of CharsetConverter in core
See forge#85125
Description
The following method has been marked as deprecated:
TYPO3\
CMS\ Core\ Resource\ Driver\ Abstract Hierarchical Filesystem Driver->get Charset Conversion ()
The following public properties have been deprecated:
TYPO3\
CMS\ Indexed Search\ Lexer->cs Obj TYPO3\
CMS\ Indexed Search\ Indexer->cs Obj
Impact
Calling the method or accessing any of the properties will trigger a PHP E_
error.
Affected Installations
TYPO3 Installations with custom FAL drivers or special handling for indexed search extending the Lexer functionality.
Migration
Check the extension scanner if the site is affected and instantiate CharsetConverter directly in the callers' code.