[USE] Fix Number clusters

The spec wrongly has "H" where "HN" is meant.
pull/122/head
Behdad Esfahbod 9 years ago
parent a9663958fe
commit eb74535cc2
  1. 4
      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?;

Loading…
Cancel
Save