From 7d1dd87469ade3fb6a5566c480b65d03dbf7effc Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Fri, 8 Sep 2023 09:29:22 +0300 Subject: [PATCH] update tables data to CLDR v43 Signed-off-by: Ivailo Monev --- scripts/genlocale.py | 2 +- src/core/tools/qlocale.qdoc | 2 +- src/core/tools/qlocale_data_p.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/genlocale.py b/scripts/genlocale.py index 3c6dcf1cb..5a50eb006 100755 --- a/scripts/genlocale.py +++ b/scripts/genlocale.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 #-*- coding: UTF-8 -*- -# Data is from https://unicode.org/Public/cldr/43/core.zip +# Data is from https://unicode.org/Public/cldr/43.1/core.zip import os, sys, glob, re import xml.etree.ElementTree as ET diff --git a/src/core/tools/qlocale.qdoc b/src/core/tools/qlocale.qdoc index 67266dc5f..a860a9bff 100644 --- a/src/core/tools/qlocale.qdoc +++ b/src/core/tools/qlocale.qdoc @@ -83,7 +83,7 @@ \note For the current keyboard input locale take a look at QApplication::keyboardInputLocale(). - QLocale's data is based on Common Locale Data Repository v43. + QLocale's data is based on Common Locale Data Repository v43.1. The double-to-string and string-to-double conversion functions are covered by the following licenses: diff --git a/src/core/tools/qlocale_data_p.h b/src/core/tools/qlocale_data_p.h index 9af43255e..6acd15452 100644 --- a/src/core/tools/qlocale_data_p.h +++ b/src/core/tools/qlocale_data_p.h @@ -5732,7 +5732,7 @@ static const QLocalePrivate localeTbl[] = { { QLocale::Language::English, QLocale::Script::LatinScript, QLocale::Country::SouthAfrica, Qt::Monday, Qt::Saturday, Qt::Sunday, - 44, 160, 59, 37, 45, 43, 69, 48, + 46, 44, 59, 37, 45, 43, 69, 48, "English\0", "South Africa\0", "yyyy/MM/dd\0", "dd MMMM yyyy\0", "HH:mm\0", "HH:mm:ss Z\0", "am\0", "pm\0", -- 2.11.0