Skip to content
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

Finish-up UTF-8 handling #2

Open
mkilgore opened this issue Mar 13, 2023 · 0 comments
Open

Finish-up UTF-8 handling #2

mkilgore opened this issue Mar 13, 2023 · 0 comments

Comments

@mkilgore
Copy link
Owner

There's a few FIXMEs still left in the code around UTF-8 handling that need to be addressed. \u support is a big one, and also skipping UTF-8 characters when doing string lexing (though what we're doing might be sufficient, since individual UTF-8 bytes aren't ever valid ASCII values so we'd never mistake them for things like a double quote).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant