Forgot a couple of octants

This commit is contained in:
Kovid Goyal
2024-12-26 18:49:28 +05:30
parent 39dc31e021
commit 95fbc6e9ba
3 changed files with 11 additions and 6 deletions

View File

@@ -1196,6 +1196,8 @@ box_chars = { # {{{
'🮫',
'🮬',
'🮭',
'🮮'} # }}}
'🮮',
'\U0001fbe6', '\U0001fbe7',
} # }}}
for ch in range(0x1cd00, 0x1cde5+1): # octants
box_chars.add(chr(ch))