-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
T-compilerRelevant to the compiler team, which will review and decide on the RFC.Relevant to the compiler team, which will review and decide on the RFC.T-langRelevant to the language team, which will review and decide on the RFC.Relevant to the language team, which will review and decide on the RFC.
Description
Issue by catamorphism
Thursday Apr 19, 2012 at 22:13 GMT
For earlier discussion, see rust-lang/rust#2253
This issue was labelled with: A-frontend, A-unicode, I-crash, I-enhancement, P-low in the Rust repository
next_token_inner
in the lexer has a comment saying to do NKFC normalization. I have no idea what that is, but I guess we should do it.
reference: NFKC is one of four unicode Normalization Forms.
reference: UAX-31 supplies guidelines for use of normalization with identifiers.
Metadata
Metadata
Assignees
Labels
T-compilerRelevant to the compiler team, which will review and decide on the RFC.Relevant to the compiler team, which will review and decide on the RFC.T-langRelevant to the language team, which will review and decide on the RFC.Relevant to the language team, which will review and decide on the RFC.