Add a few more missing emoji overrides
* admin/unidata/blocks.awk: Add some more emoji overrides.
This commit is contained in:
parent
fdaae2e7be
commit
184469df13
1 changed files with 4 additions and 1 deletions
|
@ -237,8 +237,11 @@ END {
|
|||
override_start[idx] = "1F441"
|
||||
override_end[idx] = "1F441"
|
||||
idx++
|
||||
override_start[idx] = "1F575"
|
||||
override_start[idx] = "1F574"
|
||||
override_end[idx] = "1F575"
|
||||
idx++
|
||||
override_start[idx] = "1F590"
|
||||
override_end[idx] = "1F590"
|
||||
|
||||
for (k in override_start)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue