diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-12 05:30:03 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-12 05:30:03 +0000 |
commit | 3bfdc84c5839358a0468517520bed29fc39e18e8 (patch) | |
tree | 8e4aec855116ddb2333516ed80c2637c578a3d8b /pod | |
parent | 229196e5c9b94d8a3473e04c9e2907f473bca025 (diff) | |
download | perl-3bfdc84c5839358a0468517520bed29fc39e18e8.tar.gz |
Doc tweaks.
p4raw-id: //depot/perl@14208
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlunicode.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 74b10e4f24..23d6ff18dd 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 |