Skip to content

Commit

Permalink
[arabic] Disable 'cswh' again
Browse files Browse the repository at this point in the history
Ouch!
  • Loading branch information
behdad committed Jul 17, 2014
1 parent 66f3091 commit e3b42f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hb-ot-shape-complex-arabic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ collect_features_arabic (hb_ot_shape_planner_t *plan)
* Note that IranNastaliq uses this feature extensively
* to fixup broken glyph sequences. Oh well...
* Test case: U+0643,U+0640,U+0631. */
map->add_global_bool_feature (HB_TAG('c','s','w','h'));
//map->add_global_bool_feature (HB_TAG('c','s','w','h'));
map->add_global_bool_feature (HB_TAG('m','s','e','t'));
}

Expand Down

0 comments on commit e3b42f1

Please sign in to comment.