From: Jarkko Hietaniemi Date: Mon, 12 Nov 2001 01:23:58 +0000 (+0000) Subject: It seems that we actually have this detail implemented X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=90a59240269f4a0b2fc176328a009d30cf595988;p=p5sagit%2Fp5-mst-13.2.git It seems that we actually have this detail implemented as for as Level 1 Support of Unicode regex support is concerned: at Level 1 only 1:1 support for loose (aka caseless, aka caseigoring ) matching is required. p4raw-id: //depot/perl@12948 --- diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index e374854..2c9b078 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -622,7 +622,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{...} @@ -632,7 +632,7 @@ Level 1 - Basic Unicode Support [ 5] have negation [ 6] can use look-ahead to emulate subtracion [ 7] include Letters in word characters - [ 8] see UTR#21 Case Mappings + [ 8] see UTR#21 Case Mappings: Perl implements 1:1 mappings [ 9] see UTR#13 Unicode Newline Guidelines [10] should do ^ and $ also on \x{2028} and \x{2029}