Closed chesio closed 1 year ago
See: https://www.php.net/manual/en/function.utf8-encode.php
There are 2 uses of utf8_encode in PhpService::safeUtf8Encode() method:
utf8_encode
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
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