未验证 提交 ab0e8b2f 编写于 作者: E Eren Okka 提交者: GitHub

Fix MSVC warning C4819

Replaces a U+00A0 character with regular space, and fixes a typo.
上级 1ca6ec1d
......@@ -6564,7 +6564,7 @@ class serializer
// check that the additional bytes are present
assert(i + bytes < s.size());
// to use \uxxxx escaping, we first need to caluclate
// to use \uxxxx escaping, we first need to calculate
// the codepoint from the UTF-8 bytes
int codepoint = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册