summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-10 15:24:41 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-10 15:24:41 +0000
commit78d3e1bf81e401020937b98d17bdfe2107623029 (patch)
tree4beafadd62d6c111ddd31400d07392fa6f37e0c0 /pod
parent4197b13ff4e72ea462de52726be7a7d9346fe9f2 (diff)
downloadperl-78d3e1bf81e401020937b98d17bdfe2107623029.tar.gz
I think we can claim to be supporting Unicode
"loose matching" now. p4raw-id: //depot/perl@14166
Diffstat (limited to 'pod')
-rw-r--r--pod/perlunicode.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index 22fddb8437..74b10e4f24 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)