mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Remove a few symbols which are usually not represented as emojis from the Font::isEmojiCodePoint logic.
This commit is contained in:
@@ -35,9 +35,9 @@ static const std::bitset<MAX_EMOJI_CODE_POINT> emojiLookup = []() {
|
||||
|
||||
// Define single emoji code points
|
||||
static constexpr uint32_t singles[] = {
|
||||
0x00A9, 0x00AE, 0x203C, 0x2049, 0x2122, 0x2139, 0x231A, 0x231B, 0x2328,
|
||||
0x23CF, 0x23E9, 0x23F0, 0x23F3, 0x25AA, 0x25AB, 0x25B6, 0x25C0, 0x25FB,
|
||||
0x25FC, 0x25FD, 0x25FE, 0x2B50, 0x2B55, 0x3030, 0x303D, 0x3297, 0x3299,
|
||||
0x203C, 0x2049, 0x2139, 0x231A, 0x231B, 0x2328, 0x23CF, 0x23E9,
|
||||
0x23F0, 0x23F3, 0x25AA, 0x25AB, 0x25B6, 0x25C0, 0x25FB, 0x25FC,
|
||||
0x25FD, 0x25FE, 0x2B50, 0x2B55, 0x3030, 0x303D, 0x3297, 0x3299,
|
||||
};
|
||||
|
||||
// Set bits for ranges
|
||||
|
||||
Reference in New Issue
Block a user