You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
There's a few
FIXME
s 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).The text was updated successfully, but these errors were encountered: