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

Emojis and 4-byte characters cause Jethro to break #754

Closed
wants to merge 3 commits into from
Closed

Emojis and 4-byte characters cause Jethro to break #754

wants to merge 3 commits into from

Commits on Jan 29, 2022

  1. Use real 4-bytes-per-char utf8 rather than mysql's degenerate 3-byte …

    …version. This allows chars like emojis 😊 in Jethro if the database + tables are in utf8mb4 too.
    jefft committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    bb28ada View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48cc40b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e05f34f View commit details
    Browse the repository at this point in the history