qt6-bb10/tests/auto/corelib/io/qtextstream
Thiago Macieira f2a40fa071 Don't assume QLocale::codecForLocale always returns non-null
It may return null during program exit, due to QCoreGlobalData global
static already having been destroyed. If that's the case, QTextStream
needs to fall back to Latin 1, like QString::toLocal8Bit and
fromLocal8Bit already do.

Task-number: QTBUG-38316
Change-Id: I5949c8dec15b60f4a13b5d9307ed6abfc799fe20
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2014-05-11 05:13:49 +02:00
..
readAllStdinProcess Fixed QTextStream "stdin" auto tests 2013-07-30 09:56:40 +02:00
readLineStdinProcess Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
resources
stdinProcess Fixed QTextStream "stdin" auto tests 2013-07-30 09:56:40 +02:00
test
.gitattributes
.gitignore
qtextstream.pro
qtextstream.qrc
rfc3261.txt
shift-jis.txt
task113817.txt
tst_qtextstream.cpp Don't assume QLocale::codecForLocale always returns non-null 2014-05-11 05:13:49 +02:00