A very good post on stackoverflow. My’s sticking with utf8mb4_general_ci for general tables (better performance) :
Note: DOLIBARR uses utf8mb4_unicode_ci. Since I’m programming in a semi Latin language, data sorting should not be a problem.
A collection of my tech notes
A very good post on stackoverflow. My’s sticking with utf8mb4_general_ci for general tables (better performance) :
Note: DOLIBARR uses utf8mb4_unicode_ci. Since I’m programming in a semi Latin language, data sorting should not be a problem.