Do NFKC normalization in lexer #802
Labels
T-compiler
Relevant to the compiler team, which will review and decide on the RFC.
T-lang
Relevant to the language team, which will review and decide on the RFC.
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.
The text was updated successfully, but these errors were encountered: