* Add characters:

- LATIN CAPITAL LETTER L WITH DOUBLE BAR (`U+2C60`) (#1659).
  - LATIN SMALL LETTER L WITH DOUBLE BAR (`U+2C61`) (#1659).
This commit is contained in:
be5invis 2023-04-15 16:59:50 -07:00
parent 2bd37706c9
commit 16c1fc231d
5 changed files with 20 additions and 3 deletions

View file

@ -140,6 +140,7 @@ export : define decompOverrides : object
0x1EE2 { 'OHorn' 'dotBelow' }
0x1EE3 { 'oHorn' 'dotBelow' }
0x2c61 { 'l' 'dblBarOver' }
0x2c65 { 'a' 'slashOver' }
0x2c66 { 't' 'longSlashOver' }