jmadler / emoji-picker

Add a slick emoji selector to input fields and textareas on your website.
Other
1.31k stars 318 forks source link

how to save emoji to db? #68

Open apsolute opened 7 years ago

apsolute commented 7 years ago

how i should convert emoji for db saving?

carpii commented 7 years ago

You need to use a 4 byte utf character set. In MySQL this would be utf8mb4

rodolfodn commented 6 years ago

BLOB works fine