From d7cdfdc8d7b8e74a6be74f4f3535ef6eac976dc1 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Fri, 16 May 2025 17:43:03 +0200 Subject: regexp: added v flag support - fixed corner cases of case insensitive matching --- unicode_gen_def.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'unicode_gen_def.h') diff --git a/unicode_gen_def.h b/unicode_gen_def.h index f2a3216..95c369f 100644 --- a/unicode_gen_def.h +++ b/unicode_gen_def.h @@ -234,6 +234,11 @@ DEF(XID_Continue1, "") DEF(Changes_When_Titlecased1, "") DEF(Changes_When_Casefolded1, "") DEF(Changes_When_NFKC_Casefolded1, "") +DEF(Basic_Emoji1, "") +DEF(Basic_Emoji2, "") +DEF(RGI_Emoji_Modifier_Sequence, "") +DEF(RGI_Emoji_Flag_Sequence, "") +DEF(Emoji_Keycap_Sequence, "") /* Prop list exported to JS */ DEF(ASCII_Hex_Digit, "AHex") @@ -301,3 +306,13 @@ DEF(XID_Start, "XIDS") DEF(Cased1, "") #endif + +#ifdef UNICODE_SEQUENCE_PROP_LIST +DEF(Basic_Emoji) +DEF(Emoji_Keycap_Sequence) +DEF(RGI_Emoji_Modifier_Sequence) +DEF(RGI_Emoji_Flag_Sequence) +DEF(RGI_Emoji_Tag_Sequence) +DEF(RGI_Emoji_ZWJ_Sequence) +DEF(RGI_Emoji) +#endif -- cgit v1.2.3