summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2008-06-18 21:31:22 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-06-18 21:31:22 +0000
commit81af6c6043a28fe0eac4069d36183b93966bb3d1 (patch)
treecf22b01f67d3b6c8314ecd9b0fc5a927198525e0
parentac0adf978b9b64d2976cd36a405b56d27992dfa2 (diff)
downloadpango-81af6c6043a28fe0eac4069d36183b93966bb3d1.tar.gz
Bug 536017 – Remove SF_MPRE_FIXUP from Sinhala script flags Patch by
2008-06-18 Behdad Esfahbod <behdad@gnome.org> Bug 536017 – Remove SF_MPRE_FIXUP from Sinhala script flags Patch by Harshula * modules/indic/indic-ot-class-tables.c: Just freakin' do it. I have no idea if it's right or wrong. Just that I've been pestered enough to do it. Time will tell... svn path=/trunk/; revision=2656
-rw-r--r--ChangeLog9
-rw-r--r--modules/indic/indic-ot-class-tables.c2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4175dab1..5aef167b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-06-18 Behdad Esfahbod <behdad@gnome.org>
+
+ Bug 536017 – Remove SF_MPRE_FIXUP from Sinhala script flags
+ Patch by Harshula
+
+ * modules/indic/indic-ot-class-tables.c: Just freakin' do it.
+ I have no idea if it's right or wrong. Just that I've been
+ pestered enough to do it. Time will tell...
+
2008-06-16 Behdad Esfahbod <behdad@gnome.org>
* === Released 1.21.3 ===
diff --git a/modules/indic/indic-ot-class-tables.c b/modules/indic/indic-ot-class-tables.c
index 5c561765..9f611190 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 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 | SF_PROCESS_ZWJ)
-#define SINH_SCRIPT_FLAGS (SF_MPRE_FIXUP | SF_NO_POST_BASE_LIMIT | SF_PROCESS_ZWJ)
+#define SINH_SCRIPT_FLAGS (SF_NO_POST_BASE_LIMIT | SF_PROCESS_ZWJ)
/*
* Indic Class Tables