1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 01:15:07 +00:00
serenity/Userland/Libraries/LibUnicode
Timothy Flynn 5d09a00189 LibUnicode: Generate PropList enumeration as a bitmask
Rather than generating the PropList as a list of enums, generate it as
a bitmask. Not only will this be better for runtime property searching,
this will allow parsing of the DerivedCoreProperties list more easily.
2021-07-30 21:26:31 +01:00
..
CodeGenerators LibUnicode: Generate PropList enumeration as a bitmask 2021-07-30 21:26:31 +01:00
CharacterTypes.cpp LibUnicode: Generate PropList enumeration as a bitmask 2021-07-30 21:26:31 +01:00
CharacterTypes.h LibUnicode: Begin implementing special Unicode case folding 2021-07-27 21:04:36 +01:00
CMakeLists.txt LibUnicode: Introduce a Unicode library for interacting with UCD files 2021-07-26 17:03:55 +01:00
unicode_data.cmake LibUnicode: Make unicode data generation logic more relocatable 2021-07-29 21:46:25 +01:00