1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:48:14 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn 0aadd4869d LibUnicode: Generate emoji data for non-fully-qualified emoji
This allows us to find emoji data for files such as /res/emoji/U+A9.png.
U+00A9 is not fully-qualified (its full form is U+00A9 U+FE0F). But the
UCD has unqualified data for this code point; generating it allows us to
categorize these emoji appropriately in the EmojiInputDialog.
2022-09-11 20:33:57 +01:00
..
CMakeLists.txt LibUncode: Parse and generate emoji code point data 2022-09-08 23:12:31 +01:00
GenerateEmojiData.cpp LibUnicode: Generate emoji data for non-fully-qualified emoji 2022-09-11 20:33:57 +01:00
GenerateUnicodeData.cpp LibUnicode: Generate a separate Locale enumeration for special casing 2022-09-05 14:37:16 -04:00
GeneratorUtil.h LibLocale: Move locale source files to the LibLocale folder 2022-09-05 14:37:16 -04:00