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

Commits on Oct 9, 2022

  1. Change default character set from UTF8 to UTF8MB4

    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.
    jrblakely authored Oct 9, 2022
    Configuration menu
    Copy the full SHA
    72e851c View commit details
    Browse the repository at this point in the history