diff options
author | Karl Williamson <khw@cpan.org> | 2015-05-10 19:39:58 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-05-10 19:47:32 -0600 |
commit | 94770095e772a5b1220b453c62e41c1ab3066b45 (patch) | |
tree | 6132faae5797e411c715a9238afe8e3994410ffc /pod/perlfunc.pod | |
parent | 407a9f9420cf2d02fa009149479a4baa35882d16 (diff) | |
download | perl-94770095e772a5b1220b453c62e41c1ab3066b45.tar.gz |
perlfunc: Slight clarification
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r-- | pod/perlfunc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 3685b34cd3..26b400a854 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4973,7 +4973,7 @@ will not in general equal $foo. =item * Pack and unpack can operate in two modes: character mode (C<C0> mode) where -the packed string is processed per character, and UTF-8 mode (C<U0> mode) +the packed string is processed per character, and UTF-8 byte mode (C<U0> mode) where the packed string is processed in its UTF-8-encoded Unicode form on a byte-by-byte basis. Character mode is the default unless the format string starts with C<U>. You |