Breaking: #72497 - Removed recode support for Charset Conversion
See forge#72497
Description
The support for GNU-recode when converting from one charset to another has been dropped. The CharsetConverter
now only supports mbstring
. In case mbstring
is not present a polyfill will kick in.
Impact
Setting $TYPO3_
will have no effect anymore.
Conversion is then done through the default TYPO3-internal conversion.
Affected Installations
Installations that have the option $TYPO3_
set to recode
.
Migration
No migration.