drop an obsolete QChar::NoCategory enum value
authorRitt Konstantin <ritt.ks@gmail.com>
Fri, 8 Jul 2011 14:24:57 +0000 (18:24 +0400)
committerQt by Nokia <qt-info@nokia.com>
Wed, 13 Jul 2011 11:31:13 +0000 (13:31 +0200)
commitd17c76feee9eece4f7d9d1c5cec254842bb0a639
treeb2ddf87c707d5dbc2946c64c561d1b83dfe3ef12
parent4a8d8055b45119207880f7f343728f15bf960bba
drop an obsolete QChar::NoCategory enum value

there is no such category in the Unicode specs. the QChar::NoCategory
was a subject of bugs since it was introduced. int 4.6 it's meaning was
limited to mention ucs4 > UNICODE_LAST_CODEPOINT only (which is useless anyways)
in order to preserve the old (wrong) behavior.
fix it now for qtbase

Change-Id: I630534824e071090b39772881e747c1fdb758719
Reviewed-on: http://codereview.qt.nokia.com/1584
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
dist/changes-5.0.0
examples/widgets/charactermap/characterwidget.cpp
src/3rdparty/harfbuzz/src/harfbuzz-external.h
src/corelib/tools/qchar.cpp
src/corelib/tools/qchar.h
tests/auto/qchar/tst_qchar.cpp
util/unicode/main.cpp