Hi Dusty,
NeoJSON and other libraries in VAST operate on codepage-dependent strings by default. When you attempt to decode a JSON string containing characters outside of the active codepage, the process fails.
To support Unicode characters, you must provide the input as a Unicode string. Please try the following:
NeoJSONReader
fromString: '["Test String \u00c3\u00a2\u00e2\u201a\u00ac\u00e2\u20ac\u0153 More Test String"]' asUnicodeString.
Best regards,
|
Esteban Maringolo VAST Consultant Senior Software Developer
| | | | |
|