You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
Add a comment to assign the issue: @magento I am working on this
To learn more about issue processing workflow, refer to the Code Contributions.
Join Magento Community Engineering Slack and ask your questions in #github channel. ⚠️ According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting.
🕙 You can find the schedule on the Magento Community Calendar page.
📞 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.
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
The text was updated successfully, but these errors were encountered: