WordPress doesn’t display accents after migration

Alleluia…

After multiple trials (like converting my tables to utf8_unicode_ci — didnt work), here’s the only successful fix I found :

define('DB_CHARSET', 'utf8');

In wp-config.php, replace utf8mb4 by utf8.