Fix blocks.awk wrt to Emoji characters
* admin/unidata/blocks.awk: Fix emoji-data.txt processing for older Awks.
This commit is contained in:
parent
788a65862e
commit
7e0af65d78
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ FILENAME ~ "Blocks.txt" && /^[0-9A-F]/ {
|
|||
|
||||
# The space after 'Emoji' is significant in the next two rules.
|
||||
# This purposely and deliberately excludes codepoints <= 00FF
|
||||
FILENAME ~ "emoji-data.txt" && /^00[0-9A-F]{2}.*; Emoji / {
|
||||
FILENAME ~ "emoji-data.txt" && /^00[0-9A-F][0-9A-F].*; Emoji / {
|
||||
next
|
||||
}
|
||||
FILENAME ~ "emoji-data.txt" && /^[0-9A-F].*; Emoji / {
|
||||
|
|
Loading…
Add table
Reference in a new issue