summaryrefslogtreecommitdiff
path: root/lib/localename.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-05-05 12:23:02 +0200
committerBruno Haible <bruno@clisp.org>2018-05-05 12:34:18 +0200
commit0f3906631fa19caed9321cab02e2f4ba0a3bde72 (patch)
tree719b7ab089bb085cdd35b4158325809b0924fe5d /lib/localename.c
parent72333a9c6955aa7ca938dbb5295b78e906c89f07 (diff)
downloadgnulib-0f3906631fa19caed9321cab02e2f4ba0a3bde72.tar.gz
all: Replace more http URLs by https URLs.
* lib/localename.c: Use https: URL. * lib/timespec.h: Likewise.
Diffstat (limited to 'lib/localename.c')
-rw-r--r--lib/localename.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/localename.c b/lib/localename.c
index 694bd2206b..c9415c9849 100644
--- a/lib/localename.c
+++ b/lib/localename.c
@@ -1331,7 +1331,7 @@ gl_locale_name_canonicalize (char *name)
};
/* Convert script names (ISO 15924) to Unix conventions.
- See http://www.unicode.org/iso15924/iso15924-codes.html */
+ See https://www.unicode.org/iso15924/iso15924-codes.html */
typedef struct { const char script[4+1]; const char unixy[9+1]; }
script_entry;
static const script_entry script_table[] = {
@@ -1492,7 +1492,7 @@ gl_locale_name_from_win32_LANGID (LANGID langid)
sub = SUBLANGID (langid);
/* Dispatch on language.
- See also http://www.unicode.org/unicode/onlinedat/languages.html .
+ See also https://www.unicode.org/unicode/onlinedat/languages.html .
For details about languages, see https://www.ethnologue.com/ . */
switch (primary)
{