summaryrefslogtreecommitdiff
path: root/lib/gen-uni-tables.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-09-14 00:35:56 +0200
committerBruno Haible <bruno@clisp.org>2017-09-14 00:35:56 +0200
commit03eac9d394567d707a74826dfc9c305555946597 (patch)
treedf5743f58e2f39dd8ad3b30da118b3afad285c9e /lib/gen-uni-tables.c
parentb7773f3f796588544f36b45be274f42b36b42149 (diff)
downloadgnulib-03eac9d394567d707a74826dfc9c305555946597.tar.gz
all: Replace many more http URLs by https URLs. Update stale URLs.
* users.txt: Remove mention of 'newts'. * lib/localename.c: Update comment about LANG_SOTHO.
Diffstat (limited to 'lib/gen-uni-tables.c')
-rw-r--r--lib/gen-uni-tables.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gen-uni-tables.c b/lib/gen-uni-tables.c
index ef4ada64ac..acdafe25b9 100644
--- a/lib/gen-uni-tables.c
+++ b/lib/gen-uni-tables.c
@@ -5241,7 +5241,7 @@ c_ident_category (unsigned int ch)
}
/* The Java Language Specification, 3rd edition, §3.6.
- http://java.sun.com/docs/books/jls/third_edition/html/lexical.html#95710 */
+ https://docs.oracle.com/javase/specs/jls/se6/html/lexical.html#3.6 */
static bool
is_java_whitespace (unsigned int ch)
{
@@ -5250,7 +5250,7 @@ is_java_whitespace (unsigned int ch)
}
/* The Java Language Specification, 3rd edition, §3.8.
- http://java.sun.com/docs/books/jls/third_edition/html/lexical.html#40625
+ https://docs.oracle.com/javase/specs/jls/se6/html/lexical.html#3.8
and Character.isJavaIdentifierStart and Character.isJavaIdentifierPart */
static int
java_ident_category (unsigned int ch)