qt5base-lts/util/locale_database
Allan Sandfeld Jensen 564b59d903 Another round of replacing 0 with nullptr
This time based on grepping to also include documentation, tests and
examples previously missed by the automatic tool.

Change-Id: Ied1703f4bcc470fbc275f759ed5b7c588a5c4e9f
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2020-10-07 23:02:47 +02:00
..
testlocales Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
cldr2qlocalexml.py Remove unused imports 2020-07-10 02:36:54 +02:00
cldr2qtimezone.py Remove unused imports 2020-07-10 02:36:54 +02:00
cldr.py Merge remote-tracking branch 'origin/5.15' into dev 2020-04-08 20:11:39 +02:00
dateconverter.py
enumdata.py Update CLDR to v36 2019-10-25 11:44:48 +02:00
formattags.txt
ldml.py Fix handling of Suzhou numbering system 2020-07-17 12:19:01 +02:00
localetools.py Add tools to localetools to facilitate source file recreation 2020-04-02 19:42:45 +01:00
qlocalexml2cpp.py Support digit-grouping correctly 2020-07-14 14:52:08 +02:00
qlocalexml.py Support digit-grouping correctly 2020-07-14 14:52:08 +02:00
README

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.