summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2010-04-14 15:15:49 (GMT)
committerLars Knoll <lars.knoll@nokia.com>2010-04-14 15:23:36 (GMT)
commitf3a0bd8827f5d0de575b0f8c044b4bf65405b69c (patch)
tree22f45a4e20f1a743374be8eb3219e5abbd85cc0d /tests
parent8cf08f2640e31615bba0cc61544642855dc1275e (diff)
downloadQt-f3a0bd8827f5d0de575b0f8c044b4bf65405b69c.zip
Qt-f3a0bd8827f5d0de575b0f8c044b4bf65405b69c.tar.gz
Qt-f3a0bd8827f5d0de575b0f8c044b4bf65405b69c.tar.bz2
merge commit c638ddc70f6a8196f2c8b11808ab01510233a0ee from harfbuzz:
commit c638ddc70f6a8196f2c8b11808ab01510233a0ee Author: Lars Knoll <lars.knoll@nokia.com> Date: Wed Apr 14 17:01:49 2010 +0200 Fix a bug in malayalam shaping See http://bugreports.qt.nokia.com/browse/QTBUG-1887. We were not finding the base character correctly in the case where the syllable contained a ZWJ. In addition, the indic OT specs require us to also apply the 'loca', 'cjct' and 'calt' features. They seem to be mostly unused by todays fonts, but we should better apply them anyways. Task-number: QTBUG-1887 Reviewed-by: Eskil
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qtextscriptengine/tst_qtextscriptengine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qtextscriptengine/tst_qtextscriptengine.cpp b/tests/auto/qtextscriptengine/tst_qtextscriptengine.cpp
index 6de3f59..940e78d 100644
--- a/tests/auto/qtextscriptengine/tst_qtextscriptengine.cpp
+++ b/tests/auto/qtextscriptengine/tst_qtextscriptengine.cpp
@@ -870,6 +870,8 @@ void tst_QTextScriptEngine::malayalam()
{ 0x3f8, 0x0 } },
{ { 0xd2f, 0xd4d, 0xd15, 0xd4d, 0xd15, 0xd41, 0x0 },
{ 0x2ff, 0x0 } },
+ { { 0xd30, 0xd4d, 0x200d, 0xd35, 0xd4d, 0xd35, 0x0 },
+ { 0xf3, 0x350, 0x0 } },
{ {0}, {0} }
};