Skip to content

Do NFKC normalization in lexer #802

@steveklabnik

Description

@steveklabnik

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

No one assigned

    Labels

    T-compilerRelevant 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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions