unicode.md

July 15, 2021 · View on GitHub

Bookmarks tagged [unicode]

www.codever.land/bookmarks/t/unicode

awesome-Awesome-Unicode

https://github.com/jagracey/Awesome-Unicode#readme

:joy: :ok_hand: A curated list of delightful Unicode tidbits, packages and resources. - Wisdom/Awesome-Unicode


awesome-codepoints

https://github.com/Codepoints/awesome-codepoints#readme

Awesome Code Points. Contribute to Codepoints/awesome-codepoints development by creating an account on GitHub.


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.


sql server - What is the difference between varchar and nvarchar? - Stack Overflow

http://stackoverflow.com/questions/144283/what-is-the-difference-between-varchar-and-nvarchar

An nvarchar column can store any Unicode data. A varchar column is restricted to an 8-bit codepage. Some people think that varchar should be used because it takes up less space. I believe this is ...


Unicode - Wikipedia

https://en.wikipedia.org/wiki/Unicode

Unicode is a computing industry standard for the consistent encoding, representation, and handling of text expressed in most of the world's writing systems. Developed in conjunction with the Unive...


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.