We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some release message includes emoji (of course), like the release 0.6.1 of Medis:
The Github endpoint for convertir markdown to html convert it to:
<g-emoji alias="smiley" fallback-src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f603.png" ios-version="6.0">😃</g-emoji>
but it is saved like that in MySQL:
<g-emoji alias="smiley" fallback-src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f603.png" ios-version="6.0">?</g-emoji>
Even if the database & table & field are set to utf8bm4 & utf8bm4_unicode_ci 😞
{"collate"="utf8mb4_unicode_ci", "charset"="utf8mb4"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some release message includes emoji (of course), like the release 0.6.1 of Medis:
The Github endpoint for convertir markdown to html convert it to:
but it is saved like that in MySQL:
Even if the database & table & field are set to utf8bm4 & utf8bm4_unicode_ci 😞
The text was updated successfully, but these errors were encountered: