Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 3.04 KB

unicode.md

File metadata and controls

43 lines (36 loc) · 3.04 KB

Bookmarks tagged [unicode]

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

😂 👌 A curated list of delightful Unicode tidbits, packages and resources. - Wisdom/Awesome-Unicode


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

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


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/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 ...


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...


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.