Unicode choice for MYSQL database

A very good post on stackoverflow.  My’s sticking with utf8mb4_general_ci for general tables (better performance) :

https://stackoverflow.com/questions/766809/whats-the-difference-between-utf8-general-ci-and-utf8-unicode-ci

Note:  DOLIBARR uses utf8mb4_unicode_ci.  Since I’m programming in a semi Latin language, data sorting should not be a problem.