提交 e20ab71d 编写于 作者: G Garret Rieger

[subset] Fix incorrect index.

上级 074b5a29
......@@ -95,7 +95,7 @@ struct os2
/* 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
the non-BMP codepoints here */
ulUnicodeRange[2].set (ulUnicodeRange[2] | (1 << 25));
ulUnicodeRange[1].set (ulUnicodeRange[1] | (1 << 25));
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册