Bookmarks tagged [utf-8]
https://mathiasbynens.be/notes/mysql-utf8mb4
Are you using MySQL’s utf8
charset in your databases? In this write-up I’ll explain why you should switch to utf8mb4
instead, and how to do it.
http://stackoverflow.com/questions/766809/whats-the-difference-between-utf8-general-ci-and-utf8-unic...
These two collations are both for the UTF-8 character encoding. The differences are in how text is sorted and compared.