-
Notifications
You must be signed in to change notification settings - Fork 167
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
Unicode support #2287
Comments
This was referenced Jun 12, 2023
Closed
tamaroning
changed the title
Tokenize Unicode identifiers, whitespaces, etc.
Unicode support
Jun 16, 2023
This was referenced Jun 19, 2023
|
This was referenced Jun 28, 2023
This was referenced Jul 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tokenizer
\uxxxx
Parser
crate_name
attributesNl;
(decimal digits),Nd;
(letter-like numeric), orNo;
(other numeric) )Backend
Others
#[no_mangle]
#[no_mangle]
should not be applied to non-ASCII items #2548TODOs
need more tests!
The text was updated successfully, but these errors were encountered: