From 88d2e92b39ffd4a6ea9446498ad5a1cb208022a6 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sat, 21 Jul 2012 00:31:37 +0200 Subject: 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 --- src/corelib/kernel/qcoreglobaldata_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/corelib/kernel/qcoreglobaldata_p.h') 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 -- cgit v1.2.3