We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Identify the git hash(es) or tag(s) where the issue was observed. 2.4.0 (b828d1c)
Hi there,
Does jerry_json_parse() only accept 'cesu-8' string? Because emoji chars like '🌝' (<Buffer f0 9f 8c 9d>) might crash the process in my tests.
jerry_json_parse()
If only 'cesu-8' is supported, it will be great to add another jerry_json_parse_from_utf8().
jerry_json_parse_from_utf8()
Thanks, Clark
The text was updated successfully, but these errors were encountered:
Hi @clarkttfu!
That's a good catch we are going to fix it soon!
Sorry, something went wrong.
After #4186 both UTF8 and CESU8 strings are accepted.
No branches or pull requests
JerryScript revision
Identify the git hash(es) or tag(s) where the issue was observed.
2.4.0 (b828d1c)
Hi there,
Does
jerry_json_parse()
only accept 'cesu-8' string?Because emoji chars like '🌝' (<Buffer f0 9f 8c 9d>) might crash the process in my tests.
If only 'cesu-8' is supported, it will be great to add another
jerry_json_parse_from_utf8()
.Thanks,
Clark
The text was updated successfully, but these errors were encountered: