fix QChar::isSpace() to handle codepoint U+0085
authorKonstantin Ritt <ritt.ks@gmail.com>
Thu, 6 Oct 2011 12:56:24 +0000 (14:56 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 6 Oct 2011 17:24:26 +0000 (19:24 +0200)
commit2bf2bb3daf32935e3642447d40732998df819556
treed12419f56ded95b6eec385a79597bdb0b0898a9b
parentdf08cb70906abce38cd54fb38f5b349424bd31a9
fix QChar::isSpace() to handle codepoint U+0085

according to the Unicode specs, code point U+0085 should be treated
like a white space character (an exceptional Cc one)

Change-Id: Ib17ae0c4d3cdafe667cafa38b645138ef24c238c
Merge-request: 32
Reviewed-by: Jiang Jiang <jiang.jiang@nokia.com>
Reviewed-on: http://codereview.qt-project.org/6158
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
src/corelib/tools/qchar.h
src/corelib/tools/qregexp.cpp
tests/auto/corelib/tools/qchar/tst_qchar.cpp