-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
error: unpaired UTF-8 bidirectional control characters detected #51
Comments
Hi @20urc3 , would you mind attaching the js grammar file so that I can have a local test? |
This is generated with the python script nautilus to json. Note that it produces the same error with the default javascript.json |
To resolve these issues, you have a few options: Pair the bidirectional control characters properly: I just added the compiler flag and Im now able to compile the libgrammarmutator-js.so |
It seems that we have the same issue with encoding UTF8 characters, in f1_c_fuzz.c. ( When trying to compile a js grammar )
The text was updated successfully, but these errors were encountered: