From b9cc4f69dc87bbd21b54bb9a4466203cf97afacc Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 4 May 2013 22:22:53 -0600 Subject: [PATCH] perllocale: Update to mention fc(), \F --- pod/perllocale.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pod/perllocale.pod b/pod/perllocale.pod index ad8e64b..8d5ba72 100644 --- a/pod/perllocale.pod +++ b/pod/perllocale.pod @@ -666,9 +666,9 @@ setting, characters like "E", "E", "E", and The C 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 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 substitutions; and case-independent regular expression pattern matching using the C modifier. Finally, C affects the POSIX character-class test -- 1.8.3.1