xperseguers / t3ext-extractor

TYPO3 Extension extractor
https://extensions.typo3.org/extension/extractor
GNU General Public License v2.0
14 stars 23 forks source link

PHP 8.2 deprecated utf8_encode() function #68

Closed chesio closed 7 months ago

chesio commented 7 months ago

See: https://www.php.net/manual/en/function.utf8-encode.php

There are 2 uses of utf8_encode in PhpService::safeUtf8Encode() method:

https://github.com/xperseguers/t3ext-extractor/blob/d165ded1699f39b81167e3886ef8d1dc397f55ff/Classes/Service/Php/PhpService.php#L624-L638

And one use in Karaoke utility:

https://github.com/xperseguers/t3ext-extractor/blob/d165ded1699f39b81167e3886ef8d1dc397f55ff/Classes/Utility/Karaoke.php#L45-L53