3
I have a text editor. In this text editor, you save the information in a table, using a column like MEDIUMTEXT
.
When I tried to insert an emoji, the following error appeared:
Incorrect string value: ' xF0 x9F x98 x83 xF0 x9F...' for column 'text' at Row 1
The collation of my table is utf8_unicode_ci
.
Is there a problem with the encryption? How can I fix this?