diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-06-15 18:09:02 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-06-15 18:29:02 -0600 |
commit | 38f4139d1bbafce6f6d3a31d480780b96ab0ff5b (patch) | |
tree | 1630b944e0a5692d63cbd63bdad7dd828a008e75 /pod/perlunicode.pod | |
parent | 8c32d378be54f33019ceb25427ae2173078043b9 (diff) | |
download | perl-38f4139d1bbafce6f6d3a31d480780b96ab0ff5b.tar.gz |
charnames: Add :loose matching
This adds the capability to charnames to use Unicode loose name
look-ups, via ":loose" being specified in the pragma.
The number of tests per code point is doubled in the .t, so to preserve
the same amount of elapsed test time, the number of code points tested
in each run is halved.
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r-- | pod/perlunicode.pod | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index a7d57e9e37..b193273e2c 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -1136,7 +1136,7 @@ Level 2 - Extended Unicode Support RL2.2 Default Grapheme Clusters - MISSING [12] RL2.3 Default Word Boundaries - MISSING [14] RL2.4 Default Loose Matches - MISSING [15] - RL2.5 Name Properties - MISSING [16] + RL2.5 Name Properties - DONE RL2.6 Wildcard Properties - MISSING [10] see UAX#15 "Unicode Normalization Forms" @@ -1144,9 +1144,6 @@ Level 2 - Extended Unicode Support [12] have \X but we don't have a "Grapheme Cluster Mode" [14] see UAX#29, Word Boundaries [15] see UAX#21 "Case Mappings" - [16] missing loose match [e] - -[e] C<\N{...}> allows namespaces (see L<charnames>). =item * |