diff options
Diffstat (limited to 'modules/indic/indic-ot.h')
-rw-r--r-- | modules/indic/indic-ot.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/modules/indic/indic-ot.h b/modules/indic/indic-ot.h index 7d92b0c6..dd34144f 100644 --- a/modules/indic/indic-ot.h +++ b/modules/indic/indic-ot.h @@ -205,26 +205,6 @@ enum indic_glyph_property_ #define HAS_BELOW_BASE_FORM(charClass) ((charClass & CF_BELOW_BASE) != 0) -/* This macro definition is shared with basic-common.h - * - * Zero Width characters: - * - * 200B ZERO WIDTH SPACE - * 200C ZERO WIDTH NON-JOINER - * 200D ZERO WIDTH JOINER - * 200E LEFT-TO-RIGHT MARK - * 200F RIGHT-TO-LEFT MARK - * 2028 LINE SEPARATOR - * 202A LEFT-TO-RIGHT EMBEDDING - * 202B RIGHT-TO-LEFT EMBEDDING - * 202C POP DIRECTIONAL FORMATTING - * 202D LEFT-TO-RIGHT OVERRIDE - * 202E RIGHT-TO-LEFT OVERRIDE - * FEFF ZERO WIDTH NO-BREAK SPACE - */ -#define ZERO_WIDTH_CHAR(wc) \ - (((wc) >= 0x200B && (wc) <= 0x200F) || (wc == 0x2028) || ((wc) >= 0x202A && (wc) <= 0x202E) || ((wc) == 0xFEFF)) - struct _IndicOTClassTable { gunichar firstChar; |