Change 20935 by [EMAIL PROTECTED] on 2003/08/29 17:07:25
Tiny doc tweak from Shannon -jj Behrens.
Affected files ...
... //depot/perl/pod/perluniintro.pod#54 edit
Differences ...
==== //depot/perl/pod/perluniintro.pod#54 (text) ====
Index: perl/pod/perluniintro.pod
--- perl/pod/perluniintro.pod#53~20811~ Thu Aug 21 21:46:58 2003
+++ perl/pod/perluniintro.pod Fri Aug 29 10:07:25 2003
@@ -645,8 +645,8 @@
$b = "\x{100}";
print "$a = $b\n";
-the output string will be UTF-8-encoded C<ab\x80c\x{100}\n>, but note
-that C<$a> will stay byte-encoded.
+the output string will be UTF-8-encoded C<ab\x80c = \x{100}\n>, but
+C<$a> will stay byte-encoded.
Sometimes you might really need to know the byte length of a string
instead of the character length. For that use either the
End of Patch.