[!!!][TASK] Remove deprecated code from charset converter
The CharsetConverter class can now be reduced into smaller parts due to deprecation removals. Properties now marked as internal: - parsedCharsets - noCharByteVal - toASCII - twoByteSets - eucBasedSets Removed properties: - synonyms Removed public methods: - parse_charset - convArray - utf8_to_entities - entities_to_utf8 - crop - convCaseFirst - utf8_char2byte_pos Removed arguments from public methods: - 4th argument $useEntityForNoChar of conv Resolves: #87194 Releases: master Change-Id: I7ec967a076e9c43f62d95f1912574d3784b924d1 Reviewed-on: https://review.typo3.org/59190 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/core/Classes/Charset/CharsetConverter.php 3 additions, 341 deletionstypo3/sysext/core/Classes/Charset/CharsetConverter.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-87193-DeprecatedFunctionalityRemoved.rst 43 additions, 0 deletions.../master/Breaking-87193-DeprecatedFunctionalityRemoved.rst
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 1 addition, 1 deletion...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallMatcher.php 14 additions, 7 deletions.../Configuration/ExtensionScanner/Php/MethodCallMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyProtectedMatcher.php 10 additions, 5 deletions...uration/ExtensionScanner/Php/PropertyProtectedMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyPublicMatcher.php 2 additions, 1 deletion...figuration/ExtensionScanner/Php/PropertyPublicMatcher.php
Please register or sign in to comment