[subset] Fix incorrect index.
This commit is contained in:
parent
074b5a29a1
commit
e20ab71d12
|
@ -95,7 +95,7 @@ struct os2
|
||||||
/* the spec says that bit 57 ("Non Plane 0") implies that there's
|
/* the spec says that bit 57 ("Non Plane 0") implies that there's
|
||||||
at least one codepoint beyond the BMP; so I also include all
|
at least one codepoint beyond the BMP; so I also include all
|
||||||
the non-BMP codepoints here */
|
the non-BMP codepoints here */
|
||||||
ulUnicodeRange[2].set (ulUnicodeRange[2] | (1 << 25));
|
ulUnicodeRange[1].set (ulUnicodeRange[1] | (1 << 25));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue