diff options
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 |