mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 00:32:59 +00:00
[subset] Add comment to os2UnicodeRangesSorted.
This commit is contained in:
parent
e20ab71d12
commit
0be9fea0a9
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ struct Range {
|
|||
unsigned int bit;
|
||||
};
|
||||
|
||||
/* Note: The contents of this array was generated using util/generate-unicode-ranges.py. */
|
||||
static Range os2UnicodeRangesSorted[] = {
|
||||
{ 0x0, 0x7F, 0}, // Basic Latin
|
||||
{ 0x80, 0xFF, 1}, // Latin-1 Supplement
|
||||
|
|
Loading…
Add table
Reference in a new issue