Drop unneeded Unicode decomposition overrides (#1627)

These overrides have recently been defined elsewhere as named glyphs in the process of populating Cyrillic Extended-D and are now redundant to keep around.
This commit is contained in:
John McWilliams 2023-03-23 13:48:11 -04:00 committed by GitHub
parent 0e46aa5619
commit 421a7f6546
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,12 +122,6 @@ export : define decompOverrides : object
0x47C { 'cyrl/BroadOmega' 'cyrlPsiliAbove' 'cyrlPokrytieAbove' }
0x47D { 'cyrl/broadOmega' 'cyrlPsiliAbove' 'cyrlPokrytieAbove' }
0x498 { 'cyrl/Ze' 'cedillaBelow' }
0x499 { 'cyrl/ze' 'cedillaBelow' }
0x4AA { 'cyrl/Es' 'cedillaBelow' }
0x4AB { 'cyrl/es' 'cedillaBelow' }
0x4B0 { 'cyrl/Ue' 'barOver' }
0x4B1 { 'cyrl/ue' 'barOver' }
0x1D7C { 'latn/iota' 'barOver' }
0x1D7D { 'p' 'longBarOver' }