From eb74535cc2c0d0de41e54e75bdc71825ec969523 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 20 Jul 2015 15:33:25 +0100 Subject: [PATCH] [USE] Fix Number clusters The spec wrongly has "H" where "HN" is meant. --- src/hb-ot-shape-complex-use-machine.rl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-ot-shape-complex-use-machine.rl b/src/hb-ot-shape-complex-use-machine.rl index 0ea71acf9..77068bdff 100644 --- a/src/hb-ot-shape-complex-use-machine.rl +++ b/src/hb-ot-shape-complex-use-machine.rl @@ -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?;