[Indic] Disable CJCT-disabling logic

Read comment.
This commit is contained in:
Behdad Esfahbod 2011-08-01 16:30:11 -04:00
parent 5e72071062
commit a91c58bf98
1 changed files with 6 additions and 1 deletions

View File

@ -597,7 +597,12 @@ found_consonant_syllable (const hb_ot_map_t *map, hb_buffer_t *buffer, hb_mask_t
do { do {
j--; j--;
info[j].mask &= !mask_array[CJCT]; /* Reading the Unicode and OpenType specs, I think the following line
* is correct, but this is not what the test suite expects currently.
* The test suite has been drinking, not me... But disable while
* investigating.
*/
//info[j].mask &= !mask_array[CJCT];
if (non_joiner) if (non_joiner)
info[j].mask &= !mask_array[HALF]; info[j].mask &= !mask_array[HALF];