diff options
author | Timothy Flynn <trflynn89@pm.me> | 2023-03-04 12:19:45 -0500 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-03-05 20:21:57 +0100 |
commit | f8a03650020215883d4287cd400ac44fb96624ca (patch) | |
tree | fa6a338fed0da70aa4f0ff74689128dab201cf99 /Userland/Libraries/LibGUI/Action.h | |
parent | ab6bd946d872408c18be271cade530fd870a2273 (diff) | |
download | serenity-f8a03650020215883d4287cd400ac44fb96624ca.zip |
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
Diffstat (limited to 'Userland/Libraries/LibGUI/Action.h')
0 files changed, 0 insertions, 0 deletions