TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user