Unverified Commit ab0e8b2f authored by Eren Okka's avatar Eren Okka Committed by GitHub

Fix MSVC warning C4819

Replaces a U+00A0 character with regular space, and fixes a typo.
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment