QTextEngine - treat a fullstop (0x2E) as the same script as the preceeding text when...
authorJohn Tapsell <john.tapsell.ext@basyskom.com>
Wed, 8 Feb 2012 10:12:16 +0000 (10:12 +0000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 23 Feb 2012 14:07:58 +0000 (15:07 +0100)
commit2b23d7214f1bb90369ee418a30958fcc5d96cd8f
tree32f57d64d34987276409ce7359284a1925c475b1
parent785e95ef0a95ca8fb39ef57678cd4876ee657c43
QTextEngine - treat a fullstop (0x2E) as the same script as the preceeding text when dividing up strings

Many languages use a fullstop to indicate an abbreviation, making the
fullstop part of the word.  For languages like thai, it is required to
pass the fullstop along for correct word breaking.

Change-Id: I5ad0ddbc66ea96e08913446dad8fd3c5d5dd0905
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
src/gui/text/qtextengine.cpp
tests/auto/gui/text/qtextscriptengine/tst_qtextscriptengine.cpp