How to support full Unicode in MySQL databases

1 · Mathias Bynens · July 28, 2012, 3:16 p.m.
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....