summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreglobaldata_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-07-21 00:31:37 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-31 11:12:28 +0200
commit88d2e92b39ffd4a6ea9446498ad5a1cb208022a6 (patch)
treed64944f988a79bc8cbc556f6191e15bbe59b9cfc /src/corelib/kernel/qcoreglobaldata_p.h
parent865a9465f36edaf773b7836ee005ca96502dfca9 (diff)
ICU code page conversion support
Use ICU to do code page conversion instead of the builtin text codecs. With this QTextCodec simply becomes a wrapper around ICU's ucnv_* methods. We only keep our own codecs for UTF-*, ISO-8859-1, ISO-8859-15 for performance reasons, and for TSCII and iscii-* because they aren't supported by ICU. Change-Id: I4fc49eba55cf772b9772c6dac606a47a44346a60 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/kernel/qcoreglobaldata_p.h')
-rw-r--r--src/corelib/kernel/qcoreglobaldata_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/kernel/qcoreglobaldata_p.h b/src/corelib/kernel/qcoreglobaldata_p.h
index 39281aa6e8..1ff7d17019 100644
--- a/src/corelib/kernel/qcoreglobaldata_p.h
+++ b/src/corelib/kernel/qcoreglobaldata_p.h
@@ -59,6 +59,7 @@
#include "QtCore/qhash.h"
#include "QtCore/qbytearray.h"
#include "QtCore/qtextcodec.h"
+#include "QtCore/qmutex.h"
QT_BEGIN_NAMESPACE