merged #111
This commit is contained in:
parent
6f2da1a39a
commit
b58a93b8dd
4 changed files with 13 additions and 0 deletions
src
|
@ -4692,6 +4692,8 @@ class basic_json
|
|||
// print character c as \uxxxx
|
||||
sprintf(&result[pos + 1], "u%04x", int(c));
|
||||
pos += 6;
|
||||
// overwrite trailing null character
|
||||
result[pos] = '\\';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue