diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2019-10-13 22:10:38 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2019-10-13 22:10:38 +0200 |
commit | bdb839cbdebe851c200b2c7c03aec7483573d631 (patch) | |
tree | 2fe5e45e59f12231529aec985ad98246af24a650 /src/backend/utils | |
parent | 9abb2bfc046070b22e3be28173a0736da31cab5a (diff) | |
download | postgresql-bdb839cbdebe851c200b2c7c03aec7483573d631.tar.gz postgresql-bdb839cbdebe851c200b2c7c03aec7483573d631.zip |
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/backend/utils')
-rw-r--r-- | src/backend/utils/mb/Unicode/Makefile | 14 | ||||
-rwxr-xr-x | src/backend/utils/mb/Unicode/UCS_to_BIG5.pl | 4 | ||||
-rwxr-xr-x | src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl | 4 | ||||
-rwxr-xr-x | src/backend/utils/mb/Unicode/UCS_to_most.pl | 4 |
4 files changed, 13 insertions, 13 deletions
diff --git a/src/backend/utils/mb/Unicode/Makefile b/src/backend/utils/mb/Unicode/Makefile index a97e1c6cd72..63710f9ea73 100644 --- a/src/backend/utils/mb/Unicode/Makefile +++ b/src/backend/utils/mb/Unicode/Makefile @@ -119,7 +119,7 @@ DOWNLOAD = wget -O $@ --no-use-server-timestamps #DOWNLOAD = curl -o $@ BIG5.TXT CNS11643.TXT: - $(DOWNLOAD) http://ftp.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/OTHER/$(@F) + $(DOWNLOAD) https://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/OTHER/$(@F) euc-jis-2004-std.txt sjis-0213-2004-std.txt: $(DOWNLOAD) http://x0213.org/codetable/$(@F) @@ -131,19 +131,19 @@ GB2312.TXT: $(DOWNLOAD) 'http://trac.greenstone.org/browser/trunk/gsdl/unicode/MAPPINGS/EASTASIA/GB/GB2312.TXT?rev=1842&format=txt' JIS0212.TXT: - $(DOWNLOAD) http://ftp.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/JIS/$(@F) + $(DOWNLOAD) https://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/JIS/$(@F) JOHAB.TXT KSX1001.TXT: - $(DOWNLOAD) http://ftp.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/KSC/$(@F) + $(DOWNLOAD) https://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/KSC/$(@F) KOI8-R.TXT KOI8-U.TXT: - $(DOWNLOAD) http://ftp.unicode.org/Public/MAPPINGS/VENDORS/MISC/$(@F) + $(DOWNLOAD) https://www.unicode.org/Public/MAPPINGS/VENDORS/MISC/$(@F) $(ISO8859TEXTS): - $(DOWNLOAD) http://ftp.unicode.org/Public/MAPPINGS/ISO8859/$(@F) + $(DOWNLOAD) https://www.unicode.org/Public/MAPPINGS/ISO8859/$(@F) $(filter-out CP8%,$(WINTEXTS)) CP932.TXT CP950.TXT: - $(DOWNLOAD) http://ftp.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/$(@F) + $(DOWNLOAD) https://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/$(@F) $(filter CP8%,$(WINTEXTS)): - $(DOWNLOAD) http://ftp.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/$(@F) + $(DOWNLOAD) https://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/$(@F) diff --git a/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl b/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl index bcdd29b686f..297f7b98938 100755 --- a/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl +++ b/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl @@ -8,8 +8,8 @@ # map files provided by Unicode organization. # Unfortunately it is prohibited by the organization # to distribute the map files. So if you try to use this script, -# you have to obtain the map files from the organization's ftp site. -# ftp://www.unicode.org/Public/MAPPINGS/ +# you have to obtain the map files from the organization's download site. +# https://www.unicode.org/Public/MAPPINGS/ # # Our "big5" comes from BIG5.TXT, with the addition of the characters # in the range 0xf9d6-0xf9dc from CP950.TXT. diff --git a/src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl b/src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl index 222093dff22..8645a7ea6ef 100755 --- a/src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl +++ b/src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl @@ -8,8 +8,8 @@ # map files provided by Unicode organization. # Unfortunately it is prohibited by the organization # to distribute the map files. So if you try to use this script, -# you have to obtain the map files from the organization's ftp site. -# ftp://www.unicode.org/Public/MAPPINGS/ +# you have to obtain the map files from the organization's download site. +# https://www.unicode.org/Public/MAPPINGS/ # We assume the file include three tab-separated columns: # JOHAB code in hex # UCS-2 code in hex diff --git a/src/backend/utils/mb/Unicode/UCS_to_most.pl b/src/backend/utils/mb/Unicode/UCS_to_most.pl index 647417b4bf8..2290feddf4e 100755 --- a/src/backend/utils/mb/Unicode/UCS_to_most.pl +++ b/src/backend/utils/mb/Unicode/UCS_to_most.pl @@ -8,8 +8,8 @@ # map files provided by Unicode organization. # Unfortunately it is prohibited by the organization # to distribute the map files. So if you try to use this script, -# you have to obtain the map files from the organization's ftp site. -# ftp://www.unicode.org/Public/MAPPINGS/ +# you have to obtain the map files from the organization's download site. +# https://www.unicode.org/Public/MAPPINGS/ # We assume the file include three tab-separated columns: # source character set code in hex # UCS-2 code in hex |