summaryrefslogtreecommitdiff
path: root/src/hb-ot-shape-complex-indic-private.hh
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-05-10 13:45:52 +0200
committerBehdad Esfahbod <behdad@behdad.org>2012-05-10 13:45:52 +0200
commitdbb105883c6e9b83e78dc8b10766cd56b98cd7e1 (patch)
tree3a019bbc1954534eb3b54c922763f4803332f7e7 /src/hb-ot-shape-complex-indic-private.hh
parent4705a7026900e51f6430f03a73c87f2df035df92 (diff)
[Indic] Do Reph repositioning in final reordering like the spec says
This introduced a failure, which we tracked down to a test case like this: U+092E,U+094B,U+094D,U+0930 The final character is a Ra that should be put in a syllable of it's own. And we do. But it will interact with the Halant before it. So now we finally are convinced that we have to limit features to syllable boundaries. That's coming after lunch!
Diffstat (limited to 'src/hb-ot-shape-complex-indic-private.hh')
-rw-r--r--src/hb-ot-shape-complex-indic-private.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hb-ot-shape-complex-indic-private.hh b/src/hb-ot-shape-complex-indic-private.hh
index 8f5144e3..b0749169 100644
--- a/src/hb-ot-shape-complex-indic-private.hh
+++ b/src/hb-ot-shape-complex-indic-private.hh
@@ -74,8 +74,6 @@ enum indic_position_t {
POS_MATRAS,
- POS_REPH,
-
POS_SMVD
};