summaryrefslogtreecommitdiff
path: root/pod/perlunicode.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-06-14 13:45:01 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-06-14 13:45:01 +0000
commit5ca1ac52233afde3fa5135257b2e37cba75b1c11 (patch)
tree6b30cea49ddae89732faa4a9654090e22965f18a /pod/perlunicode.pod
parent953cdb4a8c192dad24419e2faad15e31948e48a6 (diff)
downloadperl-5ca1ac52233afde3fa5135257b2e37cba75b1c11.tar.gz
Mention the Unicode::Regex::Set module.
p4raw-id: //depot/perl@19782
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r--pod/perlunicode.pod7
1 files changed, 5 insertions, 2 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index 4508de7bca..91bb0f8da9 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -780,13 +780,13 @@ Level 1 - Basic Unicode Support
capital letters with certain modifiers: the Full case-folding
decomposes the letter, while the Simple case-folding would map
it to a single character.
- [ 9] see UTR#13 Unicode Newline Guidelines
+ [ 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)
(the \x{85}, \x{2028} and \x{2029} do match \s)
[a] You can mimic class subtraction using lookahead.
-For example, what TR18 might write as
+For example, what UTR #18 might write as
[{Greek}-[{UNASSIGNED}]]
@@ -801,6 +801,9 @@ But in this particular example, you probably really want
which will match assigned characters known to be part of the Greek script.
+Also see the Unicode::Regex::Set module, it does implement the full
+UTR #18 grouping, intersection, union, and removal (subtraction) syntax.
+
[b] See L</"User-Defined Character Properties">.
=item *