qt5base-lts/util/local_database
John Layt ab3837f86f QLocale: Merge month name data storage to save 50KB memory
Month Names and Standalone Month Names are stored separately, but for
majority of locales the names are the same and so storage is duplicated.
By storing both sets of names in the same array 50KB is saved in
libQtCore.so on Linux.

Depends on change Ic84bbc82 in branch api_review for CLDR 1.9.1

Change-Id: I83224ebc2180ee6de69797fa50d38348acc94107
Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>
2012-04-03 19:12:27 +02:00
..
testlocales Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
cldr2qlocalexml.py Update QLocale data from CLDR v1.8.1 to CLDR v1.9.1 2012-03-24 18:32:16 +01:00
dateconverter.py Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
enumdata.py Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
formattags.txt Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qlocalexml2cpp.py QLocale: Merge month name data storage to save 50KB memory 2012-04-03 19:12:27 +02:00
README Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
xpathlite.py Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01: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)).