Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 653 Bytes

charsets.md

File metadata and controls

37 lines (29 loc) · 653 Bytes

Unicode & Character Sets

UTF-8 & unicode everywhere

iconv: character set conversion

iconv -f ISO_8859-1 -t UTF-8 $i > tmpfile

MySQL

CREATE DATABASE mydb
CHARACTER SET utf8mb4
COLLATE utf8mb4_unicode_ci;

Useful

https://en.wikibooks.org/wiki/Unicode/List_of_useful_symbols

␣ ☐ • ► - TODO
★ ☒ ✗ ✘ - KO
☆ ☑ ✓ ✔ - OK

Links