Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Emojis #4

Open
DavidLibeau opened this issue Jul 13, 2017 · 2 comments
Open

Emojis #4

DavidLibeau opened this issue Jul 13, 2017 · 2 comments

Comments

@DavidLibeau
Copy link
Owner

DavidLibeau commented Jul 13, 2017

We have to manage emojis. 👍

@DavidLibeau DavidLibeau changed the title Emojis 👍 Emojis Jul 13, 2017
@psydwannabe
Copy link

Some Emojis seem to work presently! I was able to save a toot with ✨✈️ and ➡️, but as soon as I tried to add 🛬or 🛫, I'd get a Server Error 500 on POST.

@da2x
Copy link

da2x commented Oct 12, 2018

Configure the database with utf8mb4 encoding, and make sure to open the database connection with explicit utf8mb4 encoding. Don’t attempt to convert the database in place. 4-byte characters is almost guaranteed to explode. Instead, setup a new schema and table with utf8mb4 encoding, and then copy over data row by row with a utf8->utf8mb4 conversion. You’ll find tons of tutorials and guides on how to do this for WordPress (older versions defaulted to utf8 instead of utf8mb4) that you can adapt.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants