[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Dec 26 19:13:15 UTC 2016


 src/hb-ot-shape-complex-indic.cc |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 805f76fc002d703acfcc4c5727f0b4d1baecefaa
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Dec 26 14:11:59 2016 -0500

    [indic] Remove redundant Chakma decomposition rule
    
    This was not used BTW since Chakma doesn't go through Indic shaper
    anymore.
    
    See:
    https://github.com/behdad/harfbuzz/issues/381
    https://github.com/behdad/harfbuzz/issues/382

diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc
index 54fbfff..36fa014 100644
--- a/src/hb-ot-shape-complex-indic.cc
+++ b/src/hb-ot-shape-complex-indic.cc
@@ -1739,10 +1739,6 @@ decompose_indic (const hb_ot_shape_normalize_context_t *c,
     /* Balinese */
     case 0x1B3Cu  : *a = 0x1B42u; *b= 0x1B3Cu; return true;
 
-    /* Chakma */
-    case 0x1112Eu  : *a = 0x11127u; *b= 0x11131u; return true;
-    case 0x1112Fu  : *a = 0x11127u; *b= 0x11132u; return true;
-
 #if 0
     /* Gujarati */
     /* This one has no decomposition in Unicode, but needs no decomposition either. */


More information about the HarfBuzz mailing list