mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 12:05:50 +00:00
* Added support for the non-escaped print of utf-8 string. * EscapeString: the first invalid symbol resets print_natural_utf8 flag to false. * Move the test to ParseAndGenerateTextTest. Fixes. * Removed dependence between `natural_utf8` and `allow_non_utf8` flags.
32 lines
503 B
JSON
32 lines
503 B
JSON
{
|
|
"name": "unicode_test",
|
|
"testarrayofstring": [
|
|
"Цлїςσδε",
|
|
"フムアムカモケモ",
|
|
"フムヤムカモケモ",
|
|
"㊀㊁㊂㊃㊄",
|
|
"☳☶☲",
|
|
"𡇙𝌆"
|
|
],
|
|
"testarrayoftables": [
|
|
{
|
|
"name": "Цлїςσδε"
|
|
},
|
|
{
|
|
"name": "フムアムカモケモ"
|
|
},
|
|
{
|
|
"name": "フムヤムカモケモ"
|
|
},
|
|
{
|
|
"name": "㊀㊁㊂㊃㊄"
|
|
},
|
|
{
|
|
"name": "☳☶☲"
|
|
},
|
|
{
|
|
"name": "𡇙𝌆"
|
|
}
|
|
]
|
|
}
|