Hi,
We work with extensions, communicating the browser with native code (C++).
I am trying to parse a string. One of the values is: "password":"Testé$".
The parse fails with the following error:
invalid parameters JSON string ([json.exception.parse_error.101] parse error at line 1, column 53: syntax error while parsing value - invalid string: ill-formed UTF-8 byte; last read: '"Testé$')"
The problem seems to be the é character, however the password is a valid UTF-8 string.
Strange thing:
It is parsed correctly while working with Chrome, but fails with the attached error while working with IE.
I am using version 3.7.3.
Many thanks
Hi,
We work with extensions, communicating the browser with native code (C++).
I am trying to parse a string. One of the values is: "password":"Testé$".
The parse fails with the following error:
invalid parameters JSON string ([json.exception.parse_error.101] parse error at line 1, column 53: syntax error while parsing value - invalid string: ill-formed UTF-8 byte; last read: '"Testé$')"
The problem seems to be the é character, however the password is a valid UTF-8 string.
Strange thing:
It is parsed correctly while working with Chrome, but fails with the attached error while working with IE.
I am using version 3.7.3.
Many thanks