-
Notifications
You must be signed in to change notification settings - Fork 252
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
Parse fails on multibyte characters #22
Comments
I'd be happy to take a patch for this and make a new release. |
@aslakhellesoy I can't even understand the nearly unreadable mess that is the auto-generated parser, let alone write a patch for it, sorry :( |
No point looking in the generated parser, it's not meant to be human readable. Instead, write a failing test for the parser and hack on the .jison source. Jison is well documented. There is also a fork with the beginnings of a hand written parser that might prove useful. |
Can you confirm that your stream uses characters in the allowed range? |
Run On Sat, Mar 23, 2013 at 6:25 AM, Devon Adkisson [email protected]:
|
#23 fixes this problem |
The parser doesn't appear to work with multibyte characters like asian char sets:
The text was updated successfully, but these errors were encountered: