This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
minor unicode doc tweaks
authorRicardo Signes <rjbs@cpan.org>
Wed, 25 Apr 2012 02:44:23 +0000 (22:44 -0400)
committerRicardo Signes <rjbs@cpan.org>
Wed, 25 Apr 2012 03:04:46 +0000 (23:04 -0400)
reported by Tom Christiansen

lib/unicore/mktables
pod/perlunicode.pod

index ea3d577..7eba4f9 100644 (file)
@@ -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</i> modifier in regular
-expressions.
+expressions, the C<\\F> transliteration escape, and the C<L<fc|perlfunc/fc>>
+operator.
 
 And, the Name and Name_Aliases properties are accessible through the C<\\N{}>
 interpolation in double-quoted strings and regular expressions; and functions
index 97f800b..adaa099 100644 (file)
@@ -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<Unicode::Regex::Set> module, it does implement the full
+Also see the L<Unicode::Regex::Set> module; it does implement the full
 UTS#18 grouping, intersection, union, and removal (subtraction) syntax.
 
 [b] '+' for union, '-' for removal (set-difference), '&' for intersection