summaryrefslogtreecommitdiff
path: root/lib/utf8.pm
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-08-12 14:10:15 -0600
committerKarl Williamson <public@khwilliamson.com>2013-08-14 22:07:45 -0600
commitc8ed25e60b6d0e4fd15d63363ea2c1c0e3e129d1 (patch)
tree6a6e08a3a2998f4fb45cf3c5c02a659b56d377a0 /lib/utf8.pm
parentef947715afa61498b53f70cba66376a225f4f054 (diff)
downloadperl-c8ed25e60b6d0e4fd15d63363ea2c1c0e3e129d1.tar.gz
utf8.pm: Slight clarification in pod
Diffstat (limited to 'lib/utf8.pm')
-rw-r--r--lib/utf8.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/utf8.pm b/lib/utf8.pm
index 666807be18..43c7277863 100644
--- a/lib/utf8.pm
+++ b/lib/utf8.pm
@@ -2,7 +2,7 @@ package utf8;
$utf8::hint_bits = 0x00800000;
-our $VERSION = '1.12';
+our $VERSION = '1.13';
sub import {
$^H |= $utf8::hint_bits;
@@ -153,7 +153,7 @@ L<Encode>.
=item * $success = utf8::decode($string)
-Attempts to convert in-place the octet sequence in I<UTF-X> to the
+Attempts to convert in-place the octet sequence encoded as I<UTF-X> to the
corresponding character sequence. That is, it replaces each sequence of
characters in the string whose ords represent a valid UTF-X byte
sequence, with the corresponding single character. The UTF-8 flag is