summaryrefslogtreecommitdiff
path: root/src/common/unicode
diff options
context:
space:
mode:
authorPeter Eisentraut2019-10-13 20:10:38 +0000
committerPeter Eisentraut2019-10-13 20:10:38 +0000
commitbdb839cbdebe851c200b2c7c03aec7483573d631 (patch)
tree2fe5e45e59f12231529aec985ad98246af24a650 /src/common/unicode
parent9abb2bfc046070b22e3be28173a0736da31cab5a (diff)
Update unicode.org URLs
Use https, consistent host name, remove references to ftp. Also update the URLs for CLDR, which has moved from Trac to GitHub.
Diffstat (limited to 'src/common/unicode')
-rw-r--r--src/common/unicode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/unicode/Makefile b/src/common/unicode/Makefile
index e20ef778f34..334859c9848 100644
--- a/src/common/unicode/Makefile
+++ b/src/common/unicode/Makefile
@@ -23,7 +23,7 @@ DOWNLOAD = wget -O $@ --no-use-server-timestamps
# These files are part of the Unicode Character Database. Download
# them on demand.
UnicodeData.txt CompositionExclusions.txt NormalizationTest.txt:
- $(DOWNLOAD) http://unicode.org/Public/UNIDATA/$(@F)
+ $(DOWNLOAD) https://www.unicode.org/Public/UNIDATA/$(@F)
# Generation of conversion tables used for string normalization with
# UTF-8 strings.