summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-07-17 13:58:54 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-07-17 13:58:54 +0000
commitf2c4f5ffe7d343358429e3e051b09862f704c868 (patch)
tree95222892725cdbab17169b1c1fb51db2e40ab7d5
parentea9fba97de5e6d94559da92be04376ddfd2f38da (diff)
downloadperl-f2c4f5ffe7d343358429e3e051b09862f704c868.tar.gz
Add a pointer to the utf8 pragma doc.
p4raw-id: //depot/perl@17600
-rw-r--r--pod/perldelta.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 5e29c34c24..c2ec79587d 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -130,7 +130,8 @@ to the data itself, and for most of the time "use utf8" is not needed
at all. The only remaining use of "use utf8" is when the Perl script
itself has been written in the UTF-8 encoding of Unicode.
-See L<perluniintro> for the explanation of the current model.
+See L<perluniintro> for the explanation of the current model,
+and L<utf8> for the current use of the utf8 pragma.
=head2 New Unicode Properties