1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:47:34 +00:00

LibUnicode: Add a method to check if a code point could start an emoji

This commit is contained in:
Timothy Flynn 2023-02-23 08:33:22 -05:00 committed by Linus Groh
parent 8c38d46c1a
commit 1484d3d9f5
4 changed files with 163 additions and 2 deletions

View file

@ -1,4 +1,5 @@
set(TEST_SOURCES
TestEmoji.cpp
TestUnicodeCharacterTypes.cpp
TestUnicodeNormalization.cpp
)