Tag Archive for unicode

MySQL: utf8_unicode_ci vs utf8_general_ci

utf8_general_ci is a very simple collation. What it does – it just
– removes all accents
– then converts to upper case
and uses the code of this sort of “base letter” result letter to compare.
Read more