mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
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.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user