ladybird/Userland/Libraries/LibUnicode
Timothy Flynn f8a0365002 LibUnicode: Detect ZWJ sequences when filtering by emoji presentation
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
2023-03-05 20:21:57 +01:00
..
CharacterTypes.cpp
CharacterTypes.h
CMakeLists.txt
CurrencyCode.cpp
CurrencyCode.h
Emoji.cpp LibUnicode: Detect ZWJ sequences when filtering by emoji presentation 2023-03-05 20:21:57 +01:00
Emoji.h LibUnicode: Allow ignoring text presentation emoji in sequence detection 2023-02-28 13:22:58 +00:00
Forward.h
Normalize.cpp
Normalize.h
Segmentation.cpp LibUnicode: Skip over emoji sequences in grapheme boundary segmentation 2023-02-25 22:23:39 +01:00
Segmentation.h LibUnicode: Remove non-iterative text segmentation algorithms 2023-02-16 11:18:53 +01:00
String.cpp
UnicodeUtils.cpp LibUnicode: Use iterative text segmentation algorithms for titlecasing 2023-02-16 11:18:53 +01:00
UnicodeUtils.h