Change 15192 by ams@lustre on 2002/03/12 05:50:08
Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
From: Anton Tagunov <[EMAIL PROTECTED]>
Date: Tue, 12 Mar 2002 01:40:58 +0300
Message-Id: <[EMAIL PROTECTED]>
(Applied with tweaks.)
Affected files ...
.... //depot/perl/lib/utf8.pm#24 edit
Differences ...
==== //depot/perl/lib/utf8.pm#24 (text) ====
Index: perl/lib/utf8.pm
--- perl/lib/utf8.pm.~1~ Mon Mar 11 23:00:05 2002
+++ perl/lib/utf8.pm Mon Mar 11 23:00:05 2002
@@ -95,7 +95,9 @@
Converts (in-place) I<$string> from logical characters to octet
sequence representing it in Perl's I<UTF-X> encoding. Note that this
should not be used to convert a legacy byte encoding to Unicode: use
-Encode for that. =item * $flag = utf8::decode($string)
+Encode for that.
+
+=item * $flag = utf8::decode($string)
Attempts to convert I<$string> in-place from Perl's I<UTF-X> encoding
into logical characters. Note that this should not be used to convert
@@ -103,11 +105,11 @@
=back
-C<utf8::encode> is like C<utf8::upgrade> but the UTF8 flag does not
-get turned on. See L<perlunicode> for more on the UTF8 flag and the C
-API functions C<sv_utf8_upgrade>, C<sv_utf8_downgrade>,
-C<sv_utf8_encode>, C<sv_utf8_decode> that are wrapped by the Perl
-functions C<utf8::upgrade>, C<utf8::downgrade>, C<utf8::encode> and
+C<utf8::encode> is like C<utf8::upgrade>, but the UTF8 flag is cleared.
+See L<perlunicode> for more on the UTF8 flag and the C API functions
+C<sv_utf8_upgrade>, C<sv_utf8_downgrade>, C<sv_utf8_encode>,
+and C<sv_utf8_decode>, which are wrapped by the Perl functions
+C<utf8::upgrade>, C<utf8::downgrade>, C<utf8::encode> and
C<utf8::decode>.
=head1 SEE ALSO
End of Patch.