From 68dcc8d5e28bbe050a3c275c5880380b7de20ed1 Mon Sep 17 00:00:00 2001
From: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
Date: Sun, 16 May 2010 12:47:22 +0530
Subject: [PATCH] QTBZ#1887: Fix Malayalam Rendering - 'Ra' is PreBase


Signed-off-by: Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
---
 src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp b/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp
index 4d8418b..237c9ae 100644
--- a/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp
+++ b/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp
@@ -833,7 +833,7 @@ static const unsigned char indicPosition[0xe00-0x900] = {
     None, None, None, None,
     None, None, None, Post,
 
-    Post, None, Below, None,
+    Pre, None, Below, None,
     None, Post, None, None,
     None, None, None, None,
     None, None, Post, Post,
-- 
1.6.6.1

