Use a HTTPS URL for the CLDR download link

FTP is insecure and is not supported by modern browsers anymore.

See also: https://mywiki.wooledge.org/FtpMustDie

Change-Id: Iad65d29912e79a4f3fadb9317bb5d9c5fe9b68d7
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
Ievgenii Meshcheriakov 2021-11-05 16:04:34 +01:00
parent ae0733c99b
commit 7d7663cfc4

View File

@ -53,7 +53,7 @@ time zone names; see cldr2qtimezone.py for details.
All the scripts mentioned support --help to tell you how to use them. All the scripts mentioned support --help to tell you how to use them.
.. _CLDR: ftp://unicode.org/Public/cldr/ .. _CLDR: https://unicode.org/Public/cldr/
""" """
from pathlib import Path from pathlib import Path