Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 789 Bytes

File metadata and controls

39 lines (31 loc) · 789 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
↺  - OTHER

Links