diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | modules/indic/indic-ot-class-tables.c | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -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 |