diff --git a/src/hb-ot-shape-complex-use-machine.rl b/src/hb-ot-shape-complex-use-machine.rl index b8242bab1e713fcf3ffec5bf2b3b33f29844a622..fa14701a1d1e21a01a7bd976ad33d4abb06098ce 100644 --- a/src/hb-ot-shape-complex-use-machine.rl +++ b/src/hb-ot-shape-complex-use-machine.rl @@ -125,7 +125,7 @@ broken_cluster = final_consonants ; -number_joiner_terminated_cluster = N VS? (HN N VS?)* H; +number_joiner_terminated_cluster = N VS? (HN N VS?)* HN; numeral_cluster = N VS? (HN N VS?)*; symbol_cluster = S VS? SMAbv* SMBlw*; independent_cluster = (IND | O | Rsv | WJ) VS?;