fix QChar::isPrint() returns an incorrect result.
authorKonstantin Ritt <ritt.ks@gmail.com>
Mon, 16 Apr 2012 08:26:41 +0000 (11:26 +0300)
committerQt by Nokia <qt-info@nokia.com>
Tue, 17 Apr 2012 16:44:13 +0000 (18:44 +0200)
commit087cda285f8a743427fa40d12e354e9ab7d1d84e
treecb25fca010ba4f622d34e9c4d73a4a1a606e6855
parentb8d1abe65b666dd49e2fbd0859070e32e304458e
fix QChar::isPrint() returns an incorrect result.

results are now equals to results of ICU's u_isprint() for the entire set
of the Unicode code points

Change-Id: I763f4b37cccd285eb01543d486f25bd7ea011241
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/corelib/tools/qchar.cpp
tests/auto/corelib/tools/qchar/tst_qchar.cpp