Enforce collation/charset more heavily
Open
@g105b is already working on this.
Since Jul 3, 2026.
- Dominant language
- PHP
- Stars
- 4
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Every so often, a project of mine struggles to apply a migration because there's a charset mismatch between tables, which shouldn't be possible really.
I will add the following to WebEngine's defaults, and track here accordingly:
charset=utf8mb4
collation=utf8mb4_general_ci
Contributor guide
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.
Assessment
This issue has not been assessed yet.