-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
unicode-properties/src/tables.rs
Line 48 in b7f4c29
LetterUppercase, |
We have named our enum things like LetterUppercase
, etc. The property names are either Letter_Uppercase
or Lu
"Letter, uppercase".
The names make some sense based on the short names, but it may be worth flipping the order to fit the unicode long names.
Otoh having the names prefixed in a way that sorts well.
Thoughts? @crlf0710
Metadata
Metadata
Assignees
Labels
No labels