From 08cfd02312d21391c956b8bf50ab7d6caa0d8082 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Fri, 12 May 2017 11:59:18 +0200 Subject: Use python more competently in CLDR/qLocaleXML scripts Make the python2 dependency explicit (sooner or later, python3 shall be the default /bin/env python), make time-zone script executable (it had a shebang). Use triple-quoted strings, or single quotes, to avoid extra backslashes, remove some simply spurious backslashes. Use generators rather than map or filter with lambdas and iterate rather than duplicating code. Clarify some comments. Regenerated headers: this upates the date of generation, cuts back a double-blank-line to single and skips a spurious trailing comma-newline on an array's data. Change-Id: I54439f0dec132865991fe5147d509cea0f9419a0 Reviewed-by: Lars Knoll --- src/corelib/tools/qtimezoneprivate_data_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/tools/qtimezoneprivate_data_p.h') diff --git a/src/corelib/tools/qtimezoneprivate_data_p.h b/src/corelib/tools/qtimezoneprivate_data_p.h index 6bbcb0e2cd..4a6a73fe63 100644 --- a/src/corelib/tools/qtimezoneprivate_data_p.h +++ b/src/corelib/tools/qtimezoneprivate_data_p.h @@ -114,7 +114,7 @@ struct QUtcData { // GENERATED PART STARTS HERE /* - This part of the file was generated on 2016-03-19 from the + This part of the file was generated on 2017-05-23 from the Common Locale Data Repository v29 supplemental/windowsZones.xml file $Revision: 12348 $ http://www.unicode.org/cldr/ -- cgit v1.2.3