[subset] Add comment to os2UnicodeRangesSorted.
This commit is contained in:
parent
e20ab71d12
commit
0be9fea0a9
|
@ -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…
Reference in New Issue