utf8_encode is deprecated in PHP 8.2
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 237
- Forks
- 61
- Avg merge
- 1h 2m
- Merged PRs (30d)
- 1
Description
utf8_encode is deprecated since PHP 8.2, but used in Text.php, line 149, function toUTF8
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read Text.php at line 149 and inspect the toUTF8 function to understand how utf8_encode is used. Confirm the change preserves the function's UTF-8 conversion behavior and that the deprecated call is no longer used there.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100