diff options
author | Max Maischein <corion@corion.net> | 2019-10-11 10:39:07 +0200 |
---|---|---|
committer | Max Maischein <corion@corion.net> | 2019-10-11 13:23:33 +0200 |
commit | e217699368be2cd45255ff5b86150be0463adb9c (patch) | |
tree | 1d8a39b52bdb1887a1de1233b9584b099a1d2938 /regexec.c | |
parent | f6521f7c7e463d8cca86407d73f417faf66564d1 (diff) | |
download | perl-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |