I think we can claim to be supporting Unicode
Jarkko Hietaniemi [Thu, 10 Jan 2002 15:24:41 +0000 (15:24 +0000)]
"loose matching" now.

p4raw-id: //depot/perl@14166

pod/perlunicode.pod

index 22fddb8..74b10e4 100644 (file)
@@ -629,7 +629,7 @@ Level 1 - Basic Unicode Support
         2.2 Categories                          - done          [3][4]
         2.3 Subtraction                         - MISSING       [5][6]
         2.4 Simple Word Boundaries              - done          [7]
-        2.5 Simple Loose Matches                - MISSING       [8]
+        2.5 Simple Loose Matches                - done          [8]
         2.6 End of Line                         - MISSING       [9][10]
 
         [ 1] \x{...}
@@ -639,8 +639,8 @@ Level 1 - Basic Unicode Support
         [ 5] have negation
         [ 6] can use look-ahead to emulate subtraction (*)
         [ 7] include Letters in word characters
-        [ 8] see UTR#21 Case Mappings: Perl implements most mappings,
-             but not yet special cases like the SIGMA example.
+        [ 8] some cases of "ss"/"SS" matching U+00DF in a character
+            class are missing, but that is allowed according to the TR18.
         [ 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)