[arabic] Disable 'cswh' again

Ouch!
This commit is contained in:
Behdad Esfahbod 2014-07-17 17:13:54 -04:00
parent 66f30915b1
commit e3b42f1af4
1 changed files with 1 additions and 1 deletions

View File

@ -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'));
}