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

Change default character set from UTF8 to UTF8MB4 #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jrblakely
Copy link

In order to allow emojis and other extended character sets, database tables need to be updated to use UTF8MB4, which seems to work well within the phpList app proper.

The API using UTF8 encoding prevents extended characters from being stored in the database tables.

As I believe UTF8MB4 is a superset of UTF8, this change does not impact installations using UTF8, but does allow those with UTF8MB4 access to the full set of allowed characters.

In order to allow emojis and other extended character sets, database tables need to be updated to use UTF8MB4, which seems to work well within the phpList app proper.

The API using UTF8 encoding prevents extended characters from being stored in the database tables.

As I believe UTF8MB4 is a superset of UTF8, this change does not impact installations using UTF8, but does allow those with UTF8MB4 access to the full set of allowed characters.
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.

1 participant