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

utf8 multibyte 4 support missing #109

Closed
RocketMan opened this issue Dec 19, 2019 · 0 comments
Closed

utf8 multibyte 4 support missing #109

RocketMan opened this issue Dec 19, 2019 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@RocketMan
Copy link
Owner

We currently support utf8 multibyte 1, 2, and 3 characters, but not 4. That's because in the MySQL world, utf8 is an alias for (the soon-to-be-deprecated) utf8mb3; we should be using utf8mb4.

This will require a schema change/database conversion.

@RocketMan RocketMan added the bug Something isn't working label Dec 19, 2019
@RocketMan RocketMan added this to the v2.6.0 milestone Dec 19, 2019
@RocketMan RocketMan self-assigned this Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant