mirror of
https://github.com/RGBCube/serenity
synced 2025-10-27 18:02:35 +00:00
This was preventing some unqualified emoji sequences from rendering
properly, such as the custom SerenityOS flag. We rendered the flag
correctly when given the fully qualified sequence:
U+1F3F3 U+FEOF U+200D U+1F41E
But were not detecting the unqualified sequence as an emoji when also
filtering for emoji-presentation sequences:
U+1F3F3 U+200D U+1F41E
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| TestEmoji.cpp | ||
| TestSegmentation.cpp | ||
| TestUnicodeCharacterTypes.cpp | ||
| TestUnicodeNormalization.cpp | ||