[!!!][TASK] Remove renderCharset option
The renderCharset TypoScript option is used for internal parsing of data coming from various sources (TypoScript, Language Labels, Database, POST variables). As TYPO3 can only operate with UTF-8 in language files for the backend, and expects a UTF-8 compliant database, the option is now always set to "utf-8" and cannot be changed. Resolves: #73794 Releases: master Change-Id: I4405e701567e65d31d290d0c9d922c38c7fc8cf3 Reviewed-on: https://review.typo3.org/46979 Reviewed-by:Daniel Maier <dani-maier@gmx.de> Tested-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php 3 additions, 15 deletionstypo3/sysext/core/Classes/Resource/Driver/LocalDriver.php
- typo3/sysext/core/Classes/Utility/File/BasicFileUtility.php 1 addition, 7 deletionstypo3/sysext/core/Classes/Utility/File/BasicFileUtility.php
- typo3/sysext/core/Classes/Utility/GeneralUtility.php 1 addition, 6 deletionstypo3/sysext/core/Classes/Utility/GeneralUtility.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-73794-RenderCharsetOptionRemoved.rst 33 additions, 0 deletions...elog/master/Breaking-73794-RenderCharsetOptionRemoved.rst
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-73794-SearchFormController-utf8_to_currentCharsetAndTSFE-renderCharset.rst 29 additions, 0 deletions...ontroller-utf8_to_currentCharsetAndTSFE-renderCharset.rst
- typo3/sysext/extbase/Classes/Utility/LocalizationUtility.php 2 additions, 3 deletionstypo3/sysext/extbase/Classes/Utility/LocalizationUtility.php
- typo3/sysext/fluid/Classes/ViewHelpers/Format/CropViewHelper.php 1 addition, 5 deletions...ysext/fluid/Classes/ViewHelpers/Format/CropViewHelper.php
- typo3/sysext/form/Classes/Domain/Filter/AbstractFilter.php 1 addition, 10 deletionstypo3/sysext/form/Classes/Domain/Filter/AbstractFilter.php
- typo3/sysext/form/Classes/PostProcess/MailPostProcessor.php 2 additions, 2 deletionstypo3/sysext/form/Classes/PostProcess/MailPostProcessor.php
- typo3/sysext/form/Tests/Unit/Filter/LowerCaseFilterTest.php 0 additions, 1 deletiontypo3/sysext/form/Tests/Unit/Filter/LowerCaseFilterTest.php
- typo3/sysext/form/Tests/Unit/Filter/TitleCaseFilterTest.php 0 additions, 1 deletiontypo3/sysext/form/Tests/Unit/Filter/TitleCaseFilterTest.php
- typo3/sysext/form/Tests/Unit/Filter/UpperCaseFilterTest.php 0 additions, 1 deletiontypo3/sysext/form/Tests/Unit/Filter/UpperCaseFilterTest.php
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php 29 additions, 16 deletions.../frontend/Classes/ContentObject/ContentObjectRenderer.php
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 18 additions, 18 deletions...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/frontend/Classes/Http/RequestHandler.php 1 addition, 1 deletiontypo3/sysext/frontend/Classes/Http/RequestHandler.php
- typo3/sysext/frontend/Classes/Plugin/AbstractPlugin.php 1 addition, 1 deletiontypo3/sysext/frontend/Classes/Plugin/AbstractPlugin.php
- typo3/sysext/frontend/Tests/Unit/ContentObject/CaseContentObjectTest.php 0 additions, 1 deletion...ontend/Tests/Unit/ContentObject/CaseContentObjectTest.php
- typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php 232 additions, 284 deletions...nd/Tests/Unit/ContentObject/ContentObjectRendererTest.php
- typo3/sysext/frontend/Tests/Unit/ContentObject/FilesContentObjectTest.php 0 additions, 1 deletion...ntend/Tests/Unit/ContentObject/FilesContentObjectTest.php
- typo3/sysext/indexed_search/Classes/Controller/SearchController.php 4 additions, 5 deletions...xt/indexed_search/Classes/Controller/SearchController.php
Please register or sign in to comment