-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnicodeSet Properties from PPUCD (L3a) - Binary Properties #217
Comments
Discussion from 2020-09-03: Functions or Enums?
Code Generation?
Next steps |
I finished converting the L3 design doc into an L3a-specific design doc, at the same place: I hope that captures the scope of what we're currently considering, and what are the main tradeoffs. I've marked off which are questions with alternate options, even if some might have more obvious conclusions than others. |
This issue represents the first part ("L3a") of the functionality we want from instantiating
UnicodeSet
s that represent Unicode Properties (#168 - "L3").Starting from the L3a design doc that that @EvanJP created, this issue represents supporting only a more well-defined subset of user input than in full L3 functionality. For a specified short list of binary and enum properties, whose data is collected and regularized in the Pre-Parsed Unicode Character Database (PPUCD), we want to create a separate static constructor-like function that can create the UnicodeSet for that property.
The text was updated successfully, but these errors were encountered: