Closed Sebbo94BY closed 1 year ago
A possible fix for
Function utf8_encode() is deprecated in src/Helper/StringHelper.php on line 472
might be $this->string = mb_convert_encoding($this->string, 'UTF-8', mb_list_encodings());
.
Would have made a pull request, but I'm not too fluent in php and not aware of potential differences between the two functions.
I've now merged my suggestion since the PHPUnit tests were successful and nobody complained about it. :)
Thanks so much for your work; I'm gonna test this when I get a chance (probably next week) and report back in case of any further issues.