qt5base-lts/util/local_database
Edward Welbourne 44b6757fe5 Add support for numbered territories in CLDR
The CLDR data contains eight locales with numeric territory codes, 001
for World, 150 for Europe and 419 for Latin America.  The last was
already known in our enumdata.py, but as "Latin America and The
Caribbean", which is not supported by the CLDR, so I've amended it
while adding the other two.  This gives us support for Esperanto and
Yiddish (among others).

[ChangeLog][QtCore][QLocale] Added support for World and Europe as
(numeric) "country" codes ("territory" in CLDR terms), thereby
enabling support for Yiddish and Esperanto, among other locales using
such codes.

Task-number: QTBUG-57802
Change-Id: Ibb1180fb720743a3a0589527649d10f3c9cd123d
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2018-08-13 16:17:53 +00:00
..
testlocales Updated license headers 2016-01-21 18:55:18 +00:00
cldr2qlocalexml.py Rework CLDR parser to filter out unsupportable number systems 2018-07-16 15:22:56 +00:00
cldr2qtimezone.py Made the "do not edit generated code" notice clearer 2017-06-08 13:37:21 +00:00
dateconverter.py Updated license headers 2016-01-21 18:55:18 +00:00
enumdata.py Add support for numbered territories in CLDR 2018-08-13 16:17:53 +00:00
formattags.txt Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
localexml.py Add byte-based units to CLDR data 2017-06-13 11:28:09 +00:00
qlocalexml2cpp.py Add support for numbered territories in CLDR 2018-08-13 16:17:53 +00:00
README Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
xpathlite.py Updated license headers 2016-01-21 18:55:18 +00:00

local_database is used to generate qlocale data from the Common Locale Data Repository (The database for localized names (like date formats, country names etc)).