How to accept in form add an emoji?

an error occurred when an emoji is added in some field and if you add it from the database it does not decode it in the table

Hello @barrcode ,

This is probably a miss-configuration in the database. Please check the collation of the database table and for your field and make sure it’s utf8mb4_unicode_ci which support emojis.

Regards
Johnny

1 Like

Thank you, the solution worked without problems, have a good day.

:grinning:
grocery_config.php
application/config/database.php

2 Likes