mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #2538 - Part 1: Undo IsClusterExtender Change
This partially reverts commit 49b7816286498e9ad5b48864847f0a2adabff318. So much for getting rid of the stupid constants...
This commit is contained in:
parent
af227c4574
commit
a1b6142e18
1 changed files with 1 additions and 2 deletions
|
|
@ -152,8 +152,7 @@ IsClusterExtender(uint32_t aCh, uint8_t aCategory)
|
|||
{
|
||||
return ((aCategory >= HB_UNICODE_GENERAL_CATEGORY_SPACING_MARK &&
|
||||
aCategory <= HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK) ||
|
||||
(GetEmojiPresentation(aCh) == EmojiComponent) ||
|
||||
(aCh == 0x200c) || // ZWNJ
|
||||
(aCh >= 0x200c && aCh <= 0x200d) || // ZWJ, ZWNJ
|
||||
(aCh >= 0xff9e && aCh <= 0xff9f)); // katakana sound marks
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue