@@ -116,7 +116,6 @@ MNEM_TAB mnem_flags[] = { | |||
{ "$alt5", 19 }, | |||
{ "$alt6", 20 }, | |||
{ "$alt7", 21 }, | |||
{ "$emoji_zwj", 22 }, // alternate emoji pronunciation, when in a ZWJ sequence | |||
{ "$combine", 23 }, // Combine with the next word | |||
@@ -58,7 +58,6 @@ extern "C" | |||
#define FLAG_ALT6_TRANS 0x100000 // language specific | |||
#define FLAG_ALT7_TRANS 0x200000 // language specific | |||
#define FLAG_EMOJI_ZWJ 0x400000 // alternate emoji pronunciation, when in a ZWJ sequence | |||
#define FLAG_COMBINE 0x800000 // combine with the next word | |||
#define FLAG_ALLOW_DOT 0x01000000 // ignore '.' after word (abbreviation) | |||
#define FLAG_NEEDS_DOT 0x02000000 // only if the word is followed by a dot |