Closed pixelbrackets closed 9 years ago
If an Emoji is used in a tweet and it is is the leading character, then the whole field will be empty. Tweetnest will then show an empty tweet.
If Emojis are placed somewhere else, they are removed and the text is cropped from this point on.
Emojis are UTF8MB4 characters. A MySQL database with a charset like »utf8_unicode_ci« is not able to store these characters correctly. Solution:
If an Emoji is used in a tweet and it is is the leading character, then the whole field will be empty. Tweetnest will then show an empty tweet.
If Emojis are placed somewhere else, they are removed and the text is cropped from this point on.