diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 8 | ||||
-rw-r--r-- | ChangeLog.pre-1-4 | 8 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 8 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 8 | ||||
-rw-r--r-- | modules/indic/indic-ot-class-tables.c | 7 |
6 files changed, 46 insertions, 1 deletions
@@ -1,3 +1,11 @@ +Fri Feb 27 14:26:34 2004 Owen Taylor <otaylor@redhat.com> + + * modules/indic/indic-ot-class-tables.c (bengCharClasses): + Mark BENGALI LETTER A (U+0985) and BENGALI LETTER E (U+098F) + as consonants which gives better behavior when they + are combined wiht halant, though it isn't exactly right. + (#118299, Sayamindu Dasgupta) + Fri Feb 27 11:24:50 2004 Owen Taylor <otaylor@redhat.com> * pango/mini-fribidi/fribidi.c (pango_log2vis_get_embedding_levels): diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 89e753e1..aad60993 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,11 @@ +Fri Feb 27 14:26:34 2004 Owen Taylor <otaylor@redhat.com> + + * modules/indic/indic-ot-class-tables.c (bengCharClasses): + Mark BENGALI LETTER A (U+0985) and BENGALI LETTER E (U+098F) + as consonants which gives better behavior when they + are combined wiht halant, though it isn't exactly right. + (#118299, Sayamindu Dasgupta) + Fri Feb 27 11:24:50 2004 Owen Taylor <otaylor@redhat.com> * pango/mini-fribidi/fribidi.c (pango_log2vis_get_embedding_levels): diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 89e753e1..aad60993 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,11 @@ +Fri Feb 27 14:26:34 2004 Owen Taylor <otaylor@redhat.com> + + * modules/indic/indic-ot-class-tables.c (bengCharClasses): + Mark BENGALI LETTER A (U+0985) and BENGALI LETTER E (U+098F) + as consonants which gives better behavior when they + are combined wiht halant, though it isn't exactly right. + (#118299, Sayamindu Dasgupta) + Fri Feb 27 11:24:50 2004 Owen Taylor <otaylor@redhat.com> * pango/mini-fribidi/fribidi.c (pango_log2vis_get_embedding_levels): diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index 89e753e1..aad60993 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,11 @@ +Fri Feb 27 14:26:34 2004 Owen Taylor <otaylor@redhat.com> + + * modules/indic/indic-ot-class-tables.c (bengCharClasses): + Mark BENGALI LETTER A (U+0985) and BENGALI LETTER E (U+098F) + as consonants which gives better behavior when they + are combined wiht halant, though it isn't exactly right. + (#118299, Sayamindu Dasgupta) + Fri Feb 27 11:24:50 2004 Owen Taylor <otaylor@redhat.com> * pango/mini-fribidi/fribidi.c (pango_log2vis_get_embedding_levels): diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 89e753e1..aad60993 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,11 @@ +Fri Feb 27 14:26:34 2004 Owen Taylor <otaylor@redhat.com> + + * modules/indic/indic-ot-class-tables.c (bengCharClasses): + Mark BENGALI LETTER A (U+0985) and BENGALI LETTER E (U+098F) + as consonants which gives better behavior when they + are combined wiht halant, though it isn't exactly right. + (#118299, Sayamindu Dasgupta) + Fri Feb 27 11:24:50 2004 Owen Taylor <otaylor@redhat.com> * pango/mini-fribidi/fribidi.c (pango_log2vis_get_embedding_levels): diff --git a/modules/indic/indic-ot-class-tables.c b/modules/indic/indic-ot-class-tables.c index c4acf4ce..076cee29 100644 --- a/modules/indic/indic-ot-class-tables.c +++ b/modules/indic/indic-ot-class-tables.c @@ -82,9 +82,14 @@ static IndicOTCharClass devaCharClasses[] = _xx /* 0970 */ }; +/* As a hack, BENGALI LETTER A (U+0985) and BENGALI LETTER E (U+098F) + * are marked as consonants below; this gives approximately the + * right behavior for the sequences "a halant ya aa" and + * "e halant ya aa". + */ static IndicOTCharClass bengCharClasses[] = { - _xx, _ma, _mp, _mp, _xx, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _xx, _xx, _iv, /* 0980 - 098F */ + _xx, _ma, _mp, _mp, _xx, _ct, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _xx, _xx, _ct, /* 0980 - 098F */ _iv, _xx, _xx, _iv, _iv, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, /* 0990 - 099F */ _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _ct, _xx, _ct, _ct, _bb, _ct, _ct, _pb, /* 09A0 - 09AF */ _rv, _xx, _ct, _xx, _xx, _xx, _ct, _ct, _ct, _ct, _xx, _xx, _nu, _xx, _dr, _dl, /* 09B0 - 09BF */ |