diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/pods/perlrequick.pod')
-rw-r--r-- | Master/tlpkg/tlperl/lib/pods/perlrequick.pod | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/pods/perlrequick.pod b/Master/tlpkg/tlperl/lib/pods/perlrequick.pod index d543389d488..bd44d013c54 100644 --- a/Master/tlpkg/tlperl/lib/pods/perlrequick.pod +++ b/Master/tlpkg/tlperl/lib/pods/perlrequick.pod @@ -162,8 +162,9 @@ character, or the match fails. Then /[a^]at/; # matches 'aat' or '^at'; here '^' is ordinary Perl has several abbreviations for common character classes. (These -definitions are those that Perl uses in ASCII mode with the C</a> modifier. -See L<perlrecharclass/Backslash sequences> for details.) +definitions are those that Perl uses in ASCII-safe mode with the C</a> modifier. +Otherwise they could match many more non-ASCII Unicode characters as +well. See L<perlrecharclass/Backslash sequences> for details.) =over 4 |