[USE] Fix Number clusters
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 20 Jul 2015 14:33:25 +0000 (15:33 +0100)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 20 Jul 2015 14:33:25 +0000 (15:33 +0100)
The spec wrongly has "H" where "HN" is meant.

src/hb-ot-shape-complex-use-machine.rl

index 0ea71ac..77068bd 100644 (file)
@@ -115,8 +115,8 @@ vowel_cluster =
        final_consonants
 ;
 
-number_joiner_terminated_cluster = N VS? (H N VS?)* H;
-numeral_cluster = N VS? (H N VS?)*;
+number_joiner_terminated_cluster = N VS? (HN N VS?)* H;
+numeral_cluster = N VS? (HN N VS?)*;
 symbol_cluster = S VS? SMAbv* SMBlw*;
 independent_cluster = (IND | O | Rsv | WJ) VS?;