From 3bfdc84c5839358a0468517520bed29fc39e18e8 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sat, 12 Jan 2002 05:30:03 +0000 Subject: [PATCH] Doc tweaks. p4raw-id: //depot/perl@14208 --- pod/perlunicode.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 74b10e4..23d6ff1 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -625,7 +625,7 @@ Technical Report 18, "Unicode Regular Expression Guidelines". Level 1 - Basic Unicode Support 2.1 Hex Notation - done [1] - Named Notation - done [2] + Named Notation - done [2] 2.2 Categories - done [3][4] 2.3 Subtraction - MISSING [5][6] 2.4 Simple Word Boundaries - done [7] @@ -644,6 +644,7 @@ Level 1 - Basic Unicode Support [ 9] see UTR#13 Unicode Newline Guidelines [10] should do ^ and $ also on \x{85}, \x{2028} and \x{2029}) (should also affect <>, $., and script line numbers) + (the \x{85}, \x{2028} and \x{2029} do match \s) (*) You can mimic class subtraction using lookahead. For example, what TR18 might write as -- 2.7.4