0

I use utf8mb4_unicode_ci for my tables

But this collection not save all emojies and replace with ????

For example save correct but replace with ????

Also I use utf8mb4_bin but not work

user3612383
  • 88
  • 2
  • 10

1 Answers1

0

I find answer

I added SET NAMES 'utf8mb4' to mysqli and work fine

user3612383
  • 88
  • 2
  • 10