提交 8325386e 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #12146 from kkruups/kkruups-dev1

Kkruups dev1
......@@ -87,7 +87,7 @@ function utf8Read(view, offset, length) {
// Two byte character
if ((byte & 0xe0) === 0xc0) {
string += String.fromCharCode(
((byte & 0x0f) << 6) |
((byte & 0x1f) << 6) |
(view.getUint8(++i) & 0x3f)
);
continue;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册