awcodes / filament-curator

A media picker plugin for Filament Panels.
MIT License
324 stars 86 forks source link

Update deprecated `utf8_encode` function to `mb_convert_encoding` #386

Closed iRaziul closed 9 months ago

iRaziul commented 9 months ago

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.

awcodes commented 9 months ago

Thanks. :)