Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deprecated utf8_encode function to mb_convert_encoding #386

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

iRaziul
Copy link
Contributor

@iRaziul iRaziul commented Dec 17, 2023

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.

Update deprecated `utf8_encode` function to `mb_convert_encoding`
@awcodes awcodes merged commit 2e6ceaf into awcodes:3.x Dec 18, 2023
1 check passed
@awcodes
Copy link
Owner

awcodes commented Dec 18, 2023

Thanks. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants