This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perllocale: Update to mention fc(), \F
authorKarl Williamson <public@khwilliamson.com>
Sun, 5 May 2013 04:22:53 +0000 (22:22 -0600)
committerKarl Williamson <public@khwilliamson.com>
Mon, 20 May 2013 17:01:51 +0000 (11:01 -0600)
pod/perllocale.pod

index ad8e64b..8d5ba72 100644 (file)
@@ -666,9 +666,9 @@ setting, characters like "E<aelig>", "E<eth>", "E<szlig>", and
 
 The C<LC_CTYPE> locale also provides the map used in transliterating
 characters between lower and uppercase.  This affects the case-mapping
-functions--lc(), lcfirst, uc(), and ucfirst(); case-mapping
-interpolation with C<\l>, C<\L>, C<\u>, or C<\U> in double-quoted strings
-and C<s///> substitutions; and case-independent regular expression
+functions--fc(), lc(), lcfirst(), uc(), and ucfirst(); case-mapping
+interpolation with C<\F>, C<\l>, C<\L>, C<\u>, or C<\U> in double-quoted
+strings and C<s///> substitutions; and case-independent regular expression
 pattern matching using the C<i> modifier.
 
 Finally, C<LC_CTYPE> affects the POSIX character-class test