mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Issue #2538 - Part 2: Add IsEmojiClusterExtender
Check specifically for Emoji-specific clusters only in Emoji-specific contexts.
This commit is contained in:
parent
a1b6142e18
commit
68bcd4e61e
2 changed files with 14 additions and 1 deletions
|
|
@ -219,6 +219,8 @@ inline bool IsClusterExtender(uint32_t aCh) {
|
|||
return IsClusterExtender(aCh, GetGeneralCategory(aCh));
|
||||
}
|
||||
|
||||
bool IsEmojiClusterExtender(uint32_t aCh);
|
||||
|
||||
// A simple iterator for a string of char16_t codepoints that advances
|
||||
// by Unicode grapheme clusters
|
||||
class ClusterIterator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue