Table of Contents

Magento 2 Allow UTF8MB4 Extension

Extension context

This extension enables safe use of utf8mb4 emoji/unicode content in Magento areas where text filtering or validation can otherwise strip or reject 4-byte characters.

Installation

cd /path/to/magento
composer require toweringmedia/module-allow-utf8mb4
php bin/magento setup:upgrade
php bin/magento cache:flush

Before you enable

Configuration

No admin configuration screen is required for standard usage. The module behavior is active once enabled.

Validation checklist

Troubleshooting