propublica / politwoops_sunlight

Politwoops web front end
Other
44 stars 30 forks source link

Display of emoji broken? #46

Closed kleinmatic closed 6 years ago

kleinmatic commented 6 years ago

Here's a tweet that isn't displaying emoji right, as far as I can tell.

original emojiorig

deleted manual RT with broken chars emojiwoops

I think Twitter provides a library for this:

https://github.com/twitter/twemoji

dwillis commented 6 years ago

Yep. The issue here is one with the backend MySQL db and storing multi-byte emojis (which did not exist when Politwoops launched and requires a certain amount of db work on a fairly large table).

dwillis commented 6 years ago

This is fixed now.