TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,25 @@
.. include:: /Includes.rst.txt
.. _feature-72337:
==================================================
Feature: #72337 - Charset Conversion Autodetection
==================================================
See :issue:`72337`
Description
===========
The Charset Converter which is used to handle multi-byte charset conversions now
always uses `mbstring`. In case `mbstring` is not present a polyfill will kick in.
Impact
======
The options `$TYPO3_CONF_VARS['SYS'][t3lib_cs_utils]` and
`$TYPO3_CONF_VARS[SYS][t3lib_cs_convMethod]` have no effect anymore and can be
removed.
.. index:: LocalConfiguration