MySQL

utf8_general_ci vs utf8_unicode_ci — What’s the Difference?

If you work with MySQL (or MariaDB) and deal with UTF-8 encoded data, you will often encounter two very similar-looking collations: utf8_general_ci and utf8_unicode_ci . Although both support UTF-8, they behave differently when…

Load More
That is All