Skip to content

Commit

Permalink
Added Belarusian and Ukrainian glyphs
Browse files Browse the repository at this point in the history
  • Loading branch information
Moondarker committed Apr 24, 2024
1 parent 47995f2 commit 1e3b1b5
Showing 1 changed file with 129 additions and 0 deletions.
129 changes: 129 additions & 0 deletions db/Cyrillic.py
Original file line number Diff line number Diff line change
Expand Up @@ -818,4 +818,133 @@
" •• ",
]
},
#####################
'Iukcy': {
'code': ord('І'),
'data': [
"••• ",
" • ",
" • ",
" • ",
" • ",
" • ",
"••• ",
]
},
'iukcy': {
'code': ord('і'),
'data': [
" • ",
" ",
"•• ",
" • ",
" • ",
" • ",
"••• ",
]
},
'Ubrcy': {
'code': ord('Ў'),
'data': [
" • • ",
" • ",
"• • ",
"• • ",
" • • ",
" • ",
" • ",
"• ",
"• ",
]
},
'ubrcy': {
'baseline-offset': (0, 2),
'code': ord('ў'),
'data': [
" •• ",
" ",
"• • ",
"• • ",
"• • ",
"• • ",
" ••• ",
" • ", # UB
"••• ", # UB
]
},
'Gbrcy': {
'code': ord('Ґ'),
'data': [
" • ",
"•••• ",
"• ",
"• ",
"• ",
"• ",
"• ",
"• ",
]
},
'gbrcy': {
'code': ord('ґ'),
'data': [
" ",
" • ",
"••• ",
"• ",
"• ",
"• ",
"• ",
]
},
#####################
'Jukcy': {
'code': ord('Є'),
'data': [
" •• ",
"• • ",
"• ",
"•• ",
"• ",
"• • ",
" •• ",
]
},
'jukcy': {
'code': ord('є'),
'data': [
" ",
" ",
" •• ",
"• • ",
"•• ",
"• • ",
" •• ",
]
},
'YIcy': {
'code': ord('Ї'),
'data': [
"• • ",
" ",
"••• ",
" • ",
" • ",
" • ",
" • ",
"••• ",
]
},
'yicy': {
'code': ord('ї'),
'data': [
"• • ",
" ",
"•• ",
" • ",
" • ",
" • ",
"••• ",
]
},
}

0 comments on commit 1e3b1b5

Please sign in to comment.