unicode_chars.rs is outdated again #51080
Labels
A-Unicode
Area: Unicode
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
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?
The text was updated successfully, but these errors were encountered: