diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/utf8.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/utf8.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/utf8.pm b/Master/tlpkg/tlperl/lib/utf8.pm index ed0a4d8315f..b59eabfbd7c 100644 --- a/Master/tlpkg/tlperl/lib/utf8.pm +++ b/Master/tlpkg/tlperl/lib/utf8.pm @@ -2,7 +2,7 @@ package utf8; $utf8::hint_bits = 0x00800000; -our $VERSION = '1.08'; +our $VERSION = '1.09'; sub import { $^H |= $utf8::hint_bits; @@ -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 |