summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-10-28 23:11:15 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-28 23:11:15 +0000
commitb61a0c0e8e6f5fc660759e281792b03fe85005de (patch)
treef3691ee1768ef8aa877f53525b683ad6d6632058 /lib
parent0a3788024daeeff27b99d9992ad4f1eb40663b1a (diff)
downloadperl-b61a0c0e8e6f5fc660759e281792b03fe85005de.tar.gz
More todo for the encoding pragma.
p4raw-id: //depot/perl@12751
Diffstat (limited to 'lib')
-rw-r--r--lib/encoding.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/encoding.pm b/lib/encoding.pm
index 472a10a008..7dacd7a5bd 100644
--- a/lib/encoding.pm
+++ b/lib/encoding.pm
@@ -43,7 +43,7 @@ The pragma is a per script, not a per block lexical. Only the last
=head1 FUTURE POSSIBILITIES
The C<\x..> and C<\0...> in literals and regular expressions are not
-affected by this pragma. They probably should.
+affected by this pragma. They probably should. Ditto C<\N{...}>.
=head1 SEE ALSO