1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:47:34 +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:
Timothy Flynn 2021-08-10 08:27:28 -04:00 committed by Andreas Kling
parent b06c104076
commit 5ac23d244d
4 changed files with 111 additions and 73 deletions

View file

@ -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;