mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
LibUnicode: Generate separate tables for Unicode properties
Similar to General Categories, this generates separate tables for the Property list.
This commit is contained in:
parent
b06c104076
commit
5ac23d244d
4 changed files with 111 additions and 73 deletions
|
@ -13,7 +13,7 @@ namespace Unicode {
|
|||
enum class Condition : u8;
|
||||
enum class GeneralCategory : u8;
|
||||
enum class Locale : u8;
|
||||
enum class Property : u64;
|
||||
enum class Property : u8;
|
||||
enum class Script : u8;
|
||||
enum class WordBreakProperty : u8;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue