utf-8.md

July 15, 2021 · View on GitHub

Bookmarks tagged [utf-8]

www.codever.land/bookmarks/t/utf-8

How to support full Unicode in MySQL databases · Mathias Bynens

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.


mysql - What's the difference between utf8_general_ci and utf8_unicode_ci - Stack Overflow

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.