Open vbidou opened 4 days ago
Hi @vbidou. Thank you for your report. To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce.
@magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel. :warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting. :clock10: You can find the schedule on the Magento Community Calendar page. :telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
A fix got merged a few weeks ago: https://github.com/magento/magento2/pull/35174 + changes from AC-9755 (see this merge commit with everything, I think)
This will be released in Magento 2.4.8, in April 2025
Description
Enable Emoji compatibility for values recorded inside the Table "core_config_data". Current default collation for field "value" is utf8mb3_general_ci This collation doesn't allow full EMOJI compatibility This is possible to change the collation manually, but this change is lost during the next setup:upgrade due to the default DB schema of Magento.
Expected behavior
Allow full EMOJI compatibility by assigning default collation utf8mb4_unicode_ci to this field.
Benefits
Allow to use the full spectrum of EMOJI for the users.
Additional information
No additional information
Release note
No response