Skip to content

Parse error: json.exception.parse_error.101 - invalid string: ill-formed UTF-8 byte #2014

Description

@SConnectTeam

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind: questionsolution: wontfixthe issue will not be fixed (either it is impossible or deemed out of scope)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions