[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Thu Oct 24 02:46:54 PDT 2013


 src/hb-ot-shape-complex-indic-machine.rl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a74f0de225c403998212e2618dcf9452bc5b590d
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Thu Oct 24 11:46:33 2013 +0200

    [indic] Fix CM2, really
    
    Followup from 6e613f3365bf4e9fd778758c53e7de00c64beca1.

diff --git a/src/hb-ot-shape-complex-indic-machine.rl b/src/hb-ot-shape-complex-indic-machine.rl
index f3f550f..5c3e734 100644
--- a/src/hb-ot-shape-complex-indic-machine.rl
+++ b/src/hb-ot-shape-complex-indic-machine.rl
@@ -57,7 +57,7 @@ Repha = 15;
 Ra    = 16;
 CM    = 17;
 Avag  = 18;
-CM2   = 41;
+CM2   = 31;
 
 c = (C | Ra);			# is_consonant
 n = ((ZWNJ?.RS)? (N.N?)?);	# is_consonant_modifier



More information about the HarfBuzz mailing list