Excel XLS modal console doesn't support non english character

Example in french, the export button show T�l�charger instead of Télécharger

image

image

try with config utf8

It does fix the Export XLS modal, but everything else end up with the problem if I dont use WESTERN(ISO-8859-1) or WESTERN(ISO-8859-15)

Verify that your database collation and the project collation (charset) are the same.

The project is WESTERN(ISO-8859-1) for English and WESTERN(ISO-8859-15) for French

The database collation is utf8mb4_unicode_ci

Everything is work fine, except the export modal