emoji-picker icon indicating copy to clipboard operation
emoji-picker copied to clipboard

how to save emoji to db?

Open apsolute opened this issue 7 years ago • 2 comments

how i should convert emoji for db saving?

apsolute avatar May 30 '17 16:05 apsolute

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

carpii avatar Jun 14 '17 18:06 carpii

BLOB works fine

rodolfodn avatar Sep 08 '17 20:09 rodolfodn