mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-20 13:44:05 +08:00
Implementing support for reading and writing Unicode escape sequences.
This commit is contained in:
1
test/test_string_unicode_01.expected
Normal file
1
test/test_string_unicode_01.expected
Normal file
@@ -0,0 +1 @@
|
||||
.="a"
|
1
test/test_string_unicode_01.json
Normal file
1
test/test_string_unicode_01.json
Normal file
@@ -0,0 +1 @@
|
||||
"\u0061"
|
1
test/test_string_unicode_02.expected
Normal file
1
test/test_string_unicode_02.expected
Normal file
@@ -0,0 +1 @@
|
||||
.="¢"
|
1
test/test_string_unicode_02.json
Normal file
1
test/test_string_unicode_02.json
Normal file
@@ -0,0 +1 @@
|
||||
"\u00A2"
|
1
test/test_string_unicode_03.expected
Normal file
1
test/test_string_unicode_03.expected
Normal file
@@ -0,0 +1 @@
|
||||
.="€"
|
1
test/test_string_unicode_03.json
Normal file
1
test/test_string_unicode_03.json
Normal file
@@ -0,0 +1 @@
|
||||
"\u20AC"
|
1
test/test_string_unicode_04.expected
Normal file
1
test/test_string_unicode_04.expected
Normal file
@@ -0,0 +1 @@
|
||||
.="𝄞"
|
1
test/test_string_unicode_04.json
Normal file
1
test/test_string_unicode_04.json
Normal file
@@ -0,0 +1 @@
|
||||
"\uD834\uDD1E"
|
Reference in New Issue
Block a user