qt5base-lts/src/corelib
Ritt Konstantin 7a0a9bd5c4 omit unassigned (and too recent) codepoints from the text Normalization process
http://www.unicode.org/reports/tr15/#Guaranteeing_Process_Stability:
> handle any code points that were not defined in the earlier version
> as if they were unassigned: such code points will not decompose or compose,
> and their Canonical_Combining_Class value will be zero.

since QChar::Unicode_Unassigned value is 0, it's less than any other
QChar::UnicodeVersion value and must ba handled explicitly

Change-Id: I6df025b4173d407660adae77ec5eeb98d15cb8ce
Reviewed-on: http://codereview.qt.nokia.com/4084
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2011-09-01 16:14:18 +02:00
..
animation Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
arch Fix compilation with thumb2. 2011-08-18 17:59:18 +02:00
codecs Doc: Removed documentation for deleted code. 2011-07-21 08:54:07 +02:00
concurrent Cleanup reference counting in internal::Base class (qtconcurrent) 2011-07-11 18:58:41 +02:00
global Add flag for non-recursive lookup of child qobject(s) 2011-08-15 13:37:49 +02:00
io Remove all non-const operator== 2011-08-09 12:00:51 +02:00
kernel Add a signal emitted callback to QAbstractDeclarativeData 2011-08-30 02:23:38 +02:00
plugin Changed QLibrary::resolve() to return a function pointer. 2011-07-25 12:58:23 +02:00
statemachine Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
thread Make QThread::sleep/msleep/usleep public. 2011-08-15 15:45:52 +02:00
tools omit unassigned (and too recent) codepoints from the text Normalization process 2011-09-01 16:14:18 +02:00
xml Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
corelib.pro Fix modules to load(qt_module) first 2011-06-08 21:04:48 +02:00
eval.pri Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
QtCore.dynlist Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00