From: Jarkko Hietaniemi Date: Thu, 10 Jan 2002 15:24:41 +0000 (+0000) Subject: I think we can claim to be supporting Unicode X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=78d3e1bf81e401020937b98d17bdfe2107623029;p=p5sagit%2Fp5-mst-13.2.git I think we can claim to be supporting Unicode "loose matching" now. p4raw-id: //depot/perl@14166 --- diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 22fddb8..74b10e4 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -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)