-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
A-UnicodeArea: UnicodeArea: UnicodeC-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Description
src/libsyntax/parse/lexer/unicode_chars.rs
contains a list of confusable characters (see #25957). Its comments mention that it bases on a document. Of this document, a newer revision has been published (link). We should update unicode_chars.rs to include the newly listed confusables as well.
In the last update, in #43629, I've suggested manually going through the list. But maybe we can find a way to isolate the characters that are special to us and autogenerate the remaining list?
Metadata
Metadata
Assignees
Labels
A-UnicodeArea: UnicodeArea: UnicodeC-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.