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/utf8.pm | |
parent | 16fe6d5906f6eff9da00cb861a7054a440d1f6eb (diff) | |
download | perl-21bad92165270edd85ff697c883b65506d5af626.tar.gz |
tweak Unicode notes, other cleanups
p4raw-id: //depot/perl@5629
Diffstat (limited to 'lib/utf8.pm')
-rw-r--r-- | lib/utf8.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utf8.pm b/lib/utf8.pm index c362a1c516..17ec37bbe2 100644 --- a/lib/utf8.pm +++ b/lib/utf8.pm @@ -31,7 +31,7 @@ utf8 - Perl pragma to enable/disable UTF-8 in source code =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 utf8> pragma tells the Perl parser to allow UTF-8 in the program text in the current lexical scope. The C<no utf8> pragma |