summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-07-10 17:02:11 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-07-10 17:02:11 +0000
commit06fa23ef62bf34608e2c7facfe8dd037817214d5 (patch)
tree073ddae5120891a9f20b08e75a1f3c75dcfc8f39
parentb1bf860ef4ff4bec40c263ac63bc1c68a9dc61b1 (diff)
downloadpango-06fa23ef62bf34608e2c7facfe8dd037817214d5.tar.gz
Bug 345070 – [ml_IN] not render for combination with ZWJ Patch from
2006-07-10 Behdad Esfahbod <behdad@gnome.org> Bug 345070 – [ml_IN] not render for combination with ZWJ Patch from LingNing Zhang * modules/indic/indic-ot-class-tables.c: Process ZWJ for Malayalam.
-rw-r--r--ChangeLog7
-rw-r--r--modules/indic/indic-ot-class-tables.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b2f805b3..7392bcdf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-07-10 Behdad Esfahbod <behdad@gnome.org>
+
+ Bug 345070 – [ml_IN] not render for combination with ZWJ
+ Patch from LingNing Zhang
+
+ * modules/indic/indic-ot-class-tables.c: Process ZWJ for Malayalam.
+
2006-07-08 Behdad Esfahbod <behdad@gnome.org>
Bug 345274 – list of new symbols for each version is missing in docs
diff --git a/modules/indic/indic-ot-class-tables.c b/modules/indic/indic-ot-class-tables.c
index 4b95cc21..f6bf0b43 100644
--- a/modules/indic/indic-ot-class-tables.c
+++ b/modules/indic/indic-ot-class-tables.c
@@ -271,7 +271,7 @@ static const IndicOTSplitMatra sinhSplitTable[] = {{0x0DD9, 0x0DCA}, {0x0DD9, 0x
#define TAML_SCRIPT_FLAGS (SF_MPRE_FIXUP | SF_NO_POST_BASE_LIMIT)
#define TELU_SCRIPT_FLAGS (SF_MATRAS_AFTER_BASE | 3)
#define KNDA_SCRIPT_FLAGS (SF_MATRAS_AFTER_BASE | 3)
-#define MLYM_SCRIPT_FLAGS (SF_MPRE_FIXUP | SF_NO_POST_BASE_LIMIT)
+#define MLYM_SCRIPT_FLAGS (SF_MPRE_FIXUP | SF_NO_POST_BASE_LIMIT | SF_PROCESS_ZWJ)
#define SINH_SCRIPT_FLAGS (SF_MPRE_FIXUP | SF_NO_POST_BASE_LIMIT | SF_PROCESS_ZWJ)
/*