Comment to 'Emojis ???? issues'
  • Yes, I looked in my notes, all text fields must be utf8mb4_unicode_ci to make emoji to work properly. This is the case by default at installation, but in my case it had changed because of the transfer of my database, in this case, it modifies by the default charset of the server. I think you have to check that.

    • Yes, I looked in my notes, all text fields must be utf8mb4_unicode_ci to make emoji to work properly. This is the case by default at installation, but in my case it had changed because of the transfer of my database, in this case, it modifies by the default charset of the server. I think you have to check that.

      thanks Baloo