From: Jarkko Hietaniemi Date: Fri, 29 Aug 2003 17:07:25 +0000 (+0000) Subject: Tiny doc tweak from Shannon -jj Behrens. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a02b5feb1739f020578122f08572c084a84f6335;p=p5sagit%2Fp5-mst-13.2.git Tiny doc tweak from Shannon -jj Behrens. p4raw-id: //depot/perl@20935 --- diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod index 751bdc6..92a6569 100644 --- a/pod/perluniintro.pod +++ b/pod/perluniintro.pod @@ -645,8 +645,8 @@ as if copies of the byte strings were upgraded to UTF-8: for example, $b = "\x{100}"; print "$a = $b\n"; -the output string will be UTF-8-encoded C, but note -that C<$a> will stay byte-encoded. +the output string will be UTF-8-encoded C, 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