summaryrefslogtreecommitdiff
path: root/pod/perlpacktut.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-06-24 15:46:40 +0000
committerNicholas Clark <nick@ccl4.org>2007-06-24 15:46:40 +0000
commit38a44b824c7566670d69f5e214106e1866ce72fe (patch)
tree8938dc96d0dae69214f68d7f8ce3fd0b5ef95b7d /pod/perlpacktut.pod
parentcb23d5b19261a41b403a114d55551ddac48af175 (diff)
downloadperl-38a44b824c7566670d69f5e214106e1866ce72fe.tar.gz
s/\bunicode\b/Unicode/; # For everything not dual life
p4raw-id: //depot/perl@31455
Diffstat (limited to 'pod/perlpacktut.pod')
-rw-r--r--pod/perlpacktut.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlpacktut.pod b/pod/perlpacktut.pod
index 7c52d64c44..73b2f434a5 100644
--- a/pod/perlpacktut.pod
+++ b/pod/perlpacktut.pod
@@ -660,7 +660,7 @@ Usually you'll want to pack or unpack UTF-8 strings:
Please note: in the general case, you're better off using
Encode::decode_utf8 to decode a UTF-8 encoded byte string to a Perl
-unicode string, and Encode::encode_utf8 to encode a Perl unicode string
+Unicode string, and Encode::encode_utf8 to encode a Perl Unicode string
to UTF-8 bytes. These functions provide means of handling invalid byte
sequences and generally have a friendlier interface.