I have a text editor. In this text editor, save the information in a table, using a column of type 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 encoding? How can I fix this?