[Indic] Make sure Reph jumps over all matras to the right
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 9 May 2012 13:21:13 +0000 (15:21 +0200)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 9 May 2012 13:21:13 +0000 (15:21 +0200)
Another 12 thousand failures gone! (78 to go)

src/hb-ot-shape-complex-indic.cc

index 828f3db..8b1814a 100644 (file)
@@ -325,7 +325,7 @@ found_consonant_syllable (const hb_ot_map_t *map, hb_buffer_t *buffer, hb_mask_t
       start + 3 <= end &&
       !is_joiner (info[start + 2]))
    {
-    info[start].indic_position() = POS_POST;
+    info[start].indic_position() = POS_POST + 1;
     info[start].mask = mask_array[RPHF];
    }