f3d99a8
From b0d826f28ae47d22229949e754709e68afe5d83d Mon Sep 17 00:00:00 2001
f3d99a8
From: raiph <raiph.mellor@gmail.com>
f3d99a8
Date: Thu, 2 Jul 2020 17:30:07 +0100
f3d99a8
Subject: [PATCH] Fix 404 and text in New Unicode properties section
f3d99a8
MIME-Version: 1.0
f3d99a8
Content-Type: text/plain; charset=UTF-8
f3d99a8
Content-Transfer-Encoding: 8bit
f3d99a8
f3d99a8
See https://github.com/Perl/perl5/issues/17881
f3d99a8
f3d99a8
I found a 404, and an "old" link. I investigated.
f3d99a8
f3d99a8
My conclusion was UC have landed new TR18 and TR39 since text in section
f3d99a8
  New Unicode properties Identifier_Status and Identifier_Type supported
f3d99a8
was written.
f3d99a8
f3d99a8
I've guessed at a suitable update.
f3d99a8
f3d99a8
Petr Písař: Ported from e02f7c069a8e7dd98b0ec010e9b3c6619b46baf3
f3d99a8
upstream commmit.
f3d99a8
f3d99a8
Signed-off-by: Petr Písař <ppisar@redhat.com>
f3d99a8
---
f3d99a8
 pod/perldelta.pod | 6 +++---
f3d99a8
 1 file changed, 3 insertions(+), 3 deletions(-)
f3d99a8
f3d99a8
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
f3d99a8
index b92ea53..bb3d1ef 100644
f3d99a8
--- a/pod/perldelta.pod
f3d99a8
+++ b/pod/perldelta.pod
f3d99a8
@@ -48,12 +48,12 @@ L<perlop/Operator Precedence and Associativity>.
f3d99a8
 
f3d99a8
 =head2 New Unicode properties C<Identifier_Status> and C<Identifier_Type> supported
f3d99a8
 
f3d99a8
-Unicode is in the process of revising its regular expression
f3d99a8
-requirements: L<https://www.unicode.org/draft/reports/tr18/tr18.html>.
f3d99a8
+Unicode has revised its regular expression requirements:
f3d99a8
+L<https://www.unicode.org/reports/tr18/tr18-21.html>.
f3d99a8
 As part of that they are wanting more properties to be exposed, ones
f3d99a8
 that aren't part of the strict UCD (Unicode character database). These
f3d99a8
 two are used for examining inputs for security purposes. Details on
f3d99a8
-their usage is at L<https://www.unicode.org/reports/tr39/proposed.html>.
f3d99a8
+their usage is at L<https://www.unicode.org/reports/tr39/>.
f3d99a8
 
f3d99a8
 =head2 It is now possible to write C<qr/\p{Name=...}/>, or
f3d99a8
 C<qr!\p{na=/(SMILING|GRINNING) FACE/}!>
f3d99a8
-- 
f3d99a8
2.25.4
f3d99a8