% coverage unicode block data

This commit is contained in:
Vovanium 2022-04-15 22:10:25 +03:00
parent 94b2706e1e
commit 1dcca69a7d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ BEGIN {
# assigned glyph counts in blocks (referenced by lowest codepoint)
ASSIGNED[hex("0000")] = 95; # ascii
ASSIGNED[hex("0080")] = 96; # latin1
ASSIGNED[hex("0370")] = 144; # greek&coptic
ASSIGNED[hex("0370")] = 135; # greek&coptic
ASSIGNED[hex("2000")] = 83; # general punct.
ASSIGNED[hex("FFF0")] = 5;
}