Closed davidcoutadeur closed 5 months ago
With PHP 8.3, we bet deprecation:
PHP Deprecated: Function utf8_decode() is deprecated
Seems it will be deprecated in php 9. We need to use mb_convert_encoding instead.
mb_convert_encoding
With PHP 8.3, we bet deprecation:
Seems it will be deprecated in php 9. We need to use
mb_convert_encoding
instead.