summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2012-09-28 01:57:39 +0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-09 03:04:41 +0200
commit2672c4fa91c8a8f0f7024b4a2dd92bfa1aa47649 (patch)
treee4341451e220f17547e0327feeb63171852950a3 /dist/changes-5.0.0
parentb9a2a0141f4c8f0608f905a733621ebb436958e4 (diff)
Update the Unicode Data and Algorithms up to Unicode 6.2
Version 6.2 of the Unicode Standard is a special release dedicated to the early publication of the newly encoded Turkish lira sign. In addition, there are some significant changes to the Unicode algorithms for text segmentation and line breaking to improve breaking for emoji symbols. For more details, see http://www.unicode.org/versions/Unicode6.2.0/ Change-Id: I21cfd4f307e41b41a19d36cce87f7a44c2661bc2 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'dist/changes-5.0.0')
-rw-r--r--dist/changes-5.0.010
1 files changed, 9 insertions, 1 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 795cb88935..c6c7f9292d 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -336,6 +336,9 @@ General Improvements
'contains(QT_CONFIG,c++11):CONFIG+=c++11'. This will enable C++11 support
only if Qt was built with C++11 support.
+- The Unicode Data and Algorithms has been updated to match the
+ Unicode Standard of version 6.2. For more information see http://www.unicode.org/
+
Third party components
----------------------
@@ -350,7 +353,12 @@ the 3rdparty directory.
QtCore
------
-* drop a bogus QChar::NoCategory enum value; the proper QChar::Other_NotAssigned
+* [QTBUG-12144], [QTBUG-18360] The QChar methods are now able to handle the full range
+ of Unicode codepoints defined by the Unicode Standard of version 6.2.
+ QChar::isPrint() will no longer return a false positives for
+ the Unicode format characters, surrogates, and private use characters.
+
+* Drop a bogus QChar::NoCategory enum value; the proper QChar::Other_NotAssigned
value is returned for an unassigned codepoints now.
* layoutAboutToBeChanged is no longer emitted by QAbstractItemModel::beginMoveRows.