In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/94770095e772a5b1220b453c62e41c1ab3066b45?hp=407a9f9420cf2d02fa009149479a4baa35882d16>

- Log -----------------------------------------------------------------
commit 94770095e772a5b1220b453c62e41c1ab3066b45
Author: Karl Williamson <[email protected]>
Date:   Sun May 10 19:39:58 2015 -0600

    perlfunc: Slight clarification
-----------------------------------------------------------------------

Summary of changes:
 pod/perlfunc.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 3685b34..26b400a 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

--
Perl5 Master Repository

Reply via email to