macOS, Webstorm 2017.1, Reactjs
I'm receving a utf-8 encoded JSON, converting it to a string and then utf8.decode(str).
At some point I'm getting the error Invalid continuation byte. Is there a way in which I can find the byte that is causing this error? This error appears with some of the users of my DB, not all, and I need to compare them.
Thanks
macOS, Webstorm 2017.1, Reactjs
I'm receving a utf-8 encoded JSON, converting it to a string and then utf8.decode(str).
At some point I'm getting the error Invalid continuation byte. Is there a way in which I can find the byte that is causing this error? This error appears with some of the users of my DB, not all, and I need to compare them.
Thanks