From 4ce498ef314a992afddda96f72c5c81cddcf90ce Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Tue, 24 Apr 2012 22:44:23 -0400 Subject: [PATCH] minor unicode doc tweaks reported by Tom Christiansen --- lib/unicore/mktables | 3 ++- pod/perlunicode.pod | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/unicore/mktables b/lib/unicore/mktables index ea3d577..7eba4f9 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -14697,7 +14697,8 @@ Certain properties are accessible also via core function calls. These are: Uppercase_Mapping uc() Also, Case_Folding is accessible through the C modifier in regular -expressions. +expressions, the C<\\F> transliteration escape, and the C> +operator. And, the Name and Name_Aliases properties are accessible through the C<\\N{}> interpolation in double-quoted strings and regular expressions; and functions diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 97f800b..adaa099 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -1027,7 +1027,7 @@ 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 L module, it does implement the full +Also see the L module; it does implement the full UTS#18 grouping, intersection, union, and removal (subtraction) syntax. [b] '+' for union, '-' for removal (set-difference), '&' for intersection -- 1.8.3.1