Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ CHARACTER SETS

a Lowercase alphabet
A Uppercase alphabet
b Lowercase Glagolitic alphabet
B Uppercase Glagolitic alphabet
c Lowercase Russian Cyrillic alphabet
C Uppercase Russian Cyrillic alphabet
e A few common emoji ( ☺☻✌♡♥❤⚘❀❃❁✼☀✌♫♪☃❄❅❆☕☂★ )
Expand Down
4 changes: 4 additions & 0 deletions unimatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@

a Lowercase alphabet
A Uppercase alphabet
b Lowercase Glagolitic alphabet
B Upprecase Glagolitic alphabet
c Lowercase Russian Cyrillic alphabet
C Uppercase Russian Cyrillic alphabet
e A few common emoji ( ☺☻✌♡♥❤⚘❀❃❁✼☀✌♫♪☃❄❅❆☕☂★ )
Expand Down Expand Up @@ -218,6 +220,8 @@

'a': 'qwertyuiopasdfghjklzxcvbnm',
'A': 'QWERTYUIOPASDFGHJKLZXCVBNM',
'b': 'ⰰⰱⰲⰳⰴⰼⰵⰶⰷⰸⱚⰺⰻⰽⰾⰿⱞⱀⱁⱂⱃⱄⱅⱛⱆⱇⱈⱉⱋⱌⱍⱎⱏⱜⰹⱐⱓⱑⱔⱕⱗⱘⱙⱊⱝⱒⱖ',
'B': 'ⰀⰁⰂⰃⰄⰌⰅⰆⰇⰈⰪⰊⰋⰍⰎⰏⰮⰐⰑⰒⰓⰔⰕⰫⰖⰗⰘⰙⰛⰜⰝⰞⰟⰬⰉⰠⰣⰡⰤⰥⰧⰨⰩⰚⰭⰢⰦ',
'c': 'абвгдежзиклмнопрстуфхцчшщъыьэюя',
'C': 'АБВГДЕЖЗИКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ',
'e': '☺☻✌♡♥❤⚘❀❃❁✼☀✌♫♪☃❄❅❆☕☂★',
Expand Down