summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorThibault DUPONCHELLE <thibault.duponchelle@gmail.com>2021-06-16 19:11:49 +0200
committerThibault DUPONCHELLE <thibault.duponchelle@gmail.com>2021-06-17 07:19:14 +0200
commitad37daf518a8ee06f564dcc7c5ee3ca2aa32cc19 (patch)
tree5ec1472897f7ee9aa74744412e0dc5517c48f4fa /pod
parentb11331f8dff2cea34f19d0a0d244bba846a8cce6 (diff)
downloadperl-ad37daf518a8ee06f564dcc7c5ee3ca2aa32cc19.tar.gz
Fix several unicode.org links
Diffstat (limited to 'pod')
-rw-r--r--pod/perl58delta.pod2
-rw-r--r--pod/perlebcdic.pod2
-rw-r--r--pod/perluniintro.pod4
3 files changed, 4 insertions, 4 deletions
diff --git a/pod/perl58delta.pod b/pod/perl58delta.pod
index 1997ff91d6..4901ea4fa7 100644
--- a/pod/perl58delta.pod
+++ b/pod/perl58delta.pod
@@ -409,7 +409,7 @@ File handles can be marked as accepting Perl's internal encoding of Unicode
Note for EBCDIC users: the pseudo layer ":utf8" is erroneously named
for you since it's not UTF-8 what you will be getting but instead
UTF-EBCDIC. See L<perlunicode>, L<utf8>, and
-http://www.unicode.org/unicode/reports/tr16/ for more information.
+http://www.unicode.org/reports/tr16/ for more information.
In future releases this naming may change. See L<perluniintro>
for more information about UTF-8.
diff --git a/pod/perlebcdic.pod b/pod/perlebcdic.pod
index 0e0ab8bd87..f51cb49abb 100644
--- a/pod/perlebcdic.pod
+++ b/pod/perlebcdic.pod
@@ -1879,7 +1879,7 @@ L<http://anubis.dkuug.dk/i18n/charmaps>
L<https://www.unicode.org/>
-L<https://www.unicode.org/unicode/reports/tr16/>
+L<https://www.unicode.org/reports/tr16/>
L<http://www.wps.com/projects/codes/>
B<ASCII: American Standard Code for Information Infiltration> Tom Jennings,
diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod
index 7ae5c5e92c..4cc5980416 100644
--- a/pod/perluniintro.pod
+++ b/pod/perluniintro.pod
@@ -605,7 +605,7 @@ CAPITAL LETTER A's should be considered equal, or even A's of any case.
The long answer is that you need to consider character normalization
and casing issues: see L<Unicode::Normalize>, Unicode Technical Report #15,
-L<Unicode Normalization Forms|https://www.unicode.org/unicode/reports/tr15> and
+L<Unicode Normalization Forms|https://www.unicode.org/reports/tr15> and
sections on case mapping in the L<Unicode Standard|https://www.unicode.org>.
As of Perl 5.8.0, the "Full" case-folding of I<Case
@@ -630,7 +630,7 @@ C<0x00C1> > C<0x00C0>.
The long answer is that "it depends", and a good answer cannot be
given without knowing (at the very least) the language context.
See L<Unicode::Collate>, and I<Unicode Collation Algorithm>
-L<https://www.unicode.org/unicode/reports/tr10/>
+L<https://www.unicode.org/reports/tr10/>
=back