ladybird/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn 9f83774913 LibUnicode: Generate standalone compile-time array for special casing
There are only 112 code points with special casing rules, so this array
is quite small (compared to the size 34,626 UnicodeData hash map that is
also storing this data). Removing all casing rules from UnicodeData will
happen in a subsequent commit.
2021-10-10 13:49:37 +02:00
..
CMakeLists.txt Meta: Define and use lagom_tool() CMake helper function for all Tools 2021-09-15 19:04:52 +04:30
GenerateUnicodeData.cpp LibUnicode: Generate standalone compile-time array for special casing 2021-10-10 13:49:37 +02:00
GenerateUnicodeLocale.cpp LibUnicode: Do not compare generated file contents before writing 2021-09-30 17:37:57 +01:00