Doc tweaks.
Jarkko Hietaniemi [Sat, 12 Jan 2002 05:30:03 +0000 (05:30 +0000)]
p4raw-id: //depot/perl@14208

pod/perlunicode.pod

index 74b10e4..23d6ff1 100644 (file)
@@ -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