From 2daa47e9cdbfb027f76765301b3a78950e92eb09 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 5 Nov 2009 12:08:34 -0500 Subject: [PATCH] Cosmetic --- src/hb-shape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-shape.c b/src/hb-shape.c index 7a0f97957..9043f9846 100644 --- a/src/hb-shape.c +++ b/src/hb-shape.c @@ -33,7 +33,7 @@ static inline hb_bool_t is_variation_selector (hb_codepoint_t unicode) { - return (unicode >= 0xFE00 && unicode <= 0xFE0F) || + return (unicode >= 0xFE00 && unicode <= 0xFE0F) || (unicode >= 0xE0100 && unicode <= 0xE01EF); }