ladybird/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
unicode_data.cmake LibUnicode: Make unicode data generation logic more relocatable 2021-07-29 21:46:25 +01:00