Emojis support on tickets and custom fields
Posted: Thu Sep 11, 2025 3:52 pm
Hi,
I am trying desesperately to get emojis on custom fields but without success.
I looked at mariadb side and everything is correct,
if i add emoji in custom_fields table it works.
i add mysqli_set_charset($hesk_db_link, 'utf8mb4'); into hesk_settings
but nothing has changed.
the <meta> is also in UTF-8
I suspect html_special_char or a mysql escaping.
I am still struggling to find how to make Hesk accept UTF-8 emojis
Thanks
I am trying desesperately to get emojis on custom fields but without success.
I looked at mariadb side and everything is correct,
if i add emoji in custom_fields table it works.
i add mysqli_set_charset($hesk_db_link, 'utf8mb4'); into hesk_settings
but nothing has changed.
the <meta> is also in UTF-8
I suspect html_special_char or a mysql escaping.
I am still struggling to find how to make Hesk accept UTF-8 emojis
Thanks