ladybird/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Idan Horowitz 945c58c7c1 LibUnicode: Generate and use code point composition mappings
These allow us to binary search the code point compositions based on
the first code point being combined, which makes the search close to
O(log N) instead of O(N).
2024-04-06 14:21:04 -04:00
..
CMakeLists.txt LibUnicode: Download and parse IDNA data 2023-12-10 08:04:58 -05:00
GenerateEmojiData.cpp Meta: Add a file containing a list of all emoji file names 2024-03-23 17:26:31 -04:00
GenerateIDNAData.cpp LibUnicode: Use weak symbols to provide default IDNA defintions 2023-12-10 10:19:14 -05:00
GenerateUnicodeData.cpp LibUnicode: Generate and use code point composition mappings 2024-04-06 14:21:04 -04:00
GeneratorUtil.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30