Tweet
MySQL supports a long list of character sets, and one of the
strong points are that you can use different character sets per
column. This is very flexible, but which character set should you
use?
If you do not want to read the whole blog the summary is: Use
utf8mb4, particularly in MySQL 8.0 with one of the UCA 9.0.0
based collations.
Before I reach this conclusion, let’s start out looking at what a
character set is.
What is a Character Set?
Characters are wonderful things that can take all kinds of shapes
ranging from the familiar (for English speakers at least) Latin
characters as those used to write this blog, over Arabic (مرحبا
بالعالم) and Asian characters such as simplified Chinese …
[Read more]