Closed iRaziul closed 11 months ago
The utf8_encode function is deprecated in PHP8.2 and will be removed in the future.
utf8_encode
In this PR I've replaced the function with mb_convert_encoding.
mb_convert_encoding
Thanks. :)
The
utf8_encode
function is deprecated in PHP8.2 and will be removed in the future.In this PR I've replaced the function with
mb_convert_encoding
.