• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-Dec-2021-

testlocales/H07-Dec-2021-674495

READMEH A D07-Dec-2021659 1511

cldr.pyH A D07-Dec-202129.5 KiB724552

cldr2qlocalexml.pyH A D07-Dec-20214.7 KiB12373

cldr2qtimezone.pyH A D07-Dec-202115.8 KiB395318

dateconverter.pyH A D07-Dec-20214.5 KiB10873

enumdata.pyH A D07-Dec-202144.7 KiB892833

ldml.pyH A D07-Dec-202124.1 KiB589452

localetools.pyH A D07-Dec-20215.8 KiB165108

qlocalexml.pyH A D07-Dec-202125.7 KiB635493

qlocalexml2cpp.pyH A D07-Dec-202122.4 KiB581451

README

1locale_database is used to generate qlocale data from CLDR.
2
3CLDR is the Common Locale Data Repository, a database for localized
4data (like date formats, country names etc).  It is provided by the
5Unicode consortium.
6
7See cldr2qlocalexml.py for how to run it and qlocalexml2cpp.py to
8update the locale data tables (principally text/qlocale_data_p.h and
9time/q*calendar_data_p.h under src/corelib/). See enumdata.py for when
10and how to update the data it provides. You shall definitely need to
11pass --no-verify or -n to git commit for these changes.
12
13See cldr2qtimezone.py on how to update tables of Windows-specific
14names for zones and UTC-offset zone names.
15