From e7a6ad67f7d438b441bb724ecd8b2fd4066198d0 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Fri, 9 Apr 2021 14:01:32 +0200 Subject: Update CLDR-derived data to newly-released v39 Routine update with minor changes to locale data, no new languages, territories or scripts. Various Spanish locales change m_grouping_top from 1 to 2, reversing a change to a test of Costa Rica's currency formatting made in commit bb6a73260ec8272647265f42180963604ad0f755. Includes updates to time-zone IDs. Fixes: QTBUG-91478 Change-Id: I78ee161275b3c456c5800a7317a96947c932cf8e Reviewed-by: Thiago Macieira (cherry picked from commit 6235893d54b8fbf5c8bd54e33cd82b55042555f1) Reviewed-by: Qt CI Bot --- tests/auto/corelib/text/qlocale/tst_qlocale.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/auto/corelib/text/qlocale/tst_qlocale.cpp b/tests/auto/corelib/text/qlocale/tst_qlocale.cpp index 3e2711a6e1..a334851753 100644 --- a/tests/auto/corelib/text/qlocale/tst_qlocale.cpp +++ b/tests/auto/corelib/text/qlocale/tst_qlocale.cpp @@ -2701,7 +2701,7 @@ void tst_QLocale::currency() const QLocale es_CR(QLocale::Spanish, QLocale::CostaRica); QCOMPARE(es_CR.toCurrencyString(double(1565.25)), - QString::fromUtf8("\xE2\x82\xA1" "1565,25")); + QString::fromUtf8("\xE2\x82\xA1" "1\xC2\xA0" "565,25")); QCOMPARE(es_CR.toCurrencyString(double(12565.25)), QString::fromUtf8("\xE2\x82\xA1" "12\xC2\xA0" "565,25")); -- cgit v1.2.3