Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.18 KB

utf-8.md

File metadata and controls

17 lines (14 loc) · 1.18 KB

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.