summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2019-10-11 10:39:07 +0200
committerMax Maischein <corion@corion.net>2019-10-11 13:23:33 +0200
commite217699368be2cd45255ff5b86150be0463adb9c (patch)
tree1d8a39b52bdb1887a1de1233b9584b099a1d2938 /regexec.c
parentf6521f7c7e463d8cca86407d73f417faf66564d1 (diff)
downloadperl-e217699368be2cd45255ff5b86150be0463adb9c.tar.gz
Move Unicode.org URLs to https:// in source code
This URL is outdated, but the link forwards to the correct section in a PDF.
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regexec.c b/regexec.c
index 3c679c10ec..c80a3fa25a 100644
--- a/regexec.c
+++ b/regexec.c
@@ -4484,7 +4484,7 @@ STATIC bool
S_isGCB(pTHX_ const GCB_enum before, const GCB_enum after, const U8 * const strbeg, const U8 * const curpos, const bool utf8_target)
{
/* returns a boolean indicating if there is a Grapheme Cluster Boundary
- * between the inputs. See http://www.unicode.org/reports/tr29/. */
+ * between the inputs. See https://www.unicode.org/reports/tr29/. */
PERL_ARGS_ASSERT_ISGCB;
@@ -4921,7 +4921,7 @@ S_isSB(pTHX_ SB_enum before,
const bool utf8_target)
{
/* returns a boolean indicating if there is a Sentence Boundary Break
- * between the inputs. See http://www.unicode.org/reports/tr29/ */
+ * between the inputs. See https://www.unicode.org/reports/tr29/ */
U8 * lpos = (U8 *) curpos;
bool has_para_sep = FALSE;