qt5base-lts/util/locale_database
Edward Welbourne a0c5a7c483 Wrap CLDR-derived time-zone ID tables to within a 100-column margin
Ugly display in code-review bugged me ...

Change-Id: If9243907973cad49f1a5c8d78ff23c14fab2d4b4
Reviewed-by: Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>
2023-08-07 19:51:09 +02:00
..
testlocales Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
cldr2qlocalexml.py Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
cldr2qtimezone.py Wrap CLDR-derived time-zone ID tables to within a 100-column margin 2023-08-07 19:51:09 +02:00
cldr.py Tweak lookup of en.xml names for languages, scripts and territories 2023-08-03 19:16:27 +02:00
dateconverter.py Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
enumdata.py Add new languages and a script for CLDR v43 2023-08-01 15:36:31 +02:00
formattags.txt Rename util/locale_database/ to include the e that was missing 2019-05-20 20:42:10 +02:00
iso639_3.py Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
ldml.py Cope with CLDR data conflict decimal == group 2023-08-01 15:36:20 +02:00
localetools.py Wrap CLDR-derived time-zone ID tables to within a 100-column margin 2023-08-07 19:51:09 +02:00
qlocalexml2cpp.py Wrap QLocale's CLDR-derived string data tables to a 100-column margin 2023-08-03 19:16:27 +02:00
qlocalexml.py Fix typos in QLocaleXmlWriter 2023-08-01 15:35:57 +02:00
qlocalexml.rnc Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
README Update CLDR to v37, adding Nigerian Pidgin as a new language 2020-10-26 15:28:59 +02:00

locale_database is used to generate qlocale data from CLDR.

CLDR is the Common Locale Data Repository, a database for localized
data (like date formats, country names etc).  It is provided by the
Unicode consortium.

See cldr2qlocalexml.py for how to run it and qlocalexml2cpp.py to
update the locale data tables (principally text/qlocale_data_p.h and
time/q*calendar_data_p.h under src/corelib/). See enumdata.py for when
and how to update the data it provides. You shall definitely need to
pass --no-verify or -n to git commit for these changes.

See cldr2qtimezone.py on how to update tables of Windows-specific
names for zones and UTC-offset zone names.