diff options
author | Jay Hannah <jhannah@mutationgrid.com> | 2011-01-28 18:07:16 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-01-28 20:31:15 -0800 |
commit | 730d722868af591c6b1310890124de9afc83f9ee (patch) | |
tree | d0b467e63fbd1943c0eefe668342ee4d9af65513 /lib/utf8.pm | |
parent | fd548ba45ee56a68299c58a4d011fb171d9a589a (diff) | |
download | perl-730d722868af591c6b1310890124de9afc83f9ee.tar.gz |
POD typo
Diffstat (limited to 'lib/utf8.pm')
-rw-r--r-- | lib/utf8.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utf8.pm b/lib/utf8.pm index ed0a4d8315..2d4afb5ac0 100644 --- a/lib/utf8.pm +++ b/lib/utf8.pm @@ -117,7 +117,7 @@ L<Encode>. =item * $success = utf8::downgrade($string[, FAIL_OK]) -Converts in-place the the internal representation of the string from +Converts in-place the internal representation of the string from I<UTF-X> to the equivalent octet sequence in the native encoding (Latin-1 or EBCDIC). The logical character sequence itself is unchanged. If I<$string> is already stored as native 8 bit, then this is a no-op. Can |