...
This commit is contained in:
parent
33ed873997
commit
ed700ff830
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
static inline bool
|
||||
is_combining_char(uint32_t ch) {
|
||||
return uc_is_general_category_withtable(ch, UC_CATEGORY_MASK_Mc | UC_CATEGORY_MASK_Me | UC_CATEGORY_MASK_Mn);
|
||||
return uc_is_general_category_withtable(ch, UC_CATEGORY_MASK_M);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue