diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-09 18:37:35 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-09 18:37:35 +0000 |
commit | 21bad92165270edd85ff697c883b65506d5af626 (patch) | |
tree | 8b48647380147fcb23a6d7ce780090268d709af7 /lib/bytes.pm | |
parent | 16fe6d5906f6eff9da00cb861a7054a440d1f6eb (diff) | |
download | perl-21bad92165270edd85ff697c883b65506d5af626.tar.gz |
tweak Unicode notes, other cleanups
p4raw-id: //depot/perl@5629
Diffstat (limited to 'lib/bytes.pm')
-rw-r--r-- | lib/bytes.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bytes.pm b/lib/bytes.pm index ae7b5fbf5a..f93d6158d9 100644 --- a/lib/bytes.pm +++ b/lib/bytes.pm @@ -32,7 +32,7 @@ bytes - Perl pragma to force byte semantics rather than character semantics =head1 DESCRIPTION WARNING: The implementation of Unicode support in Perl is incomplete. -Expect sudden and unannounced changes! +See L<perlunicode> for the exact details. The C<use bytes> pragma disables character semantics for the rest of the lexical scope in which it appears. C<no bytes> can be used to reverse |