From: Karl Williamson Date: Sat, 24 Apr 2010 16:23:08 +0000 (-0600) Subject: Remove false statement about Unicode strings X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=80008eb3e450496f17610b8bfc820f627a758a13;p=p5sagit%2Fp5-mst-13.2.git Remove false statement about Unicode strings It is simply not true that all text strings are Unicode strings in Perl. --- diff --git a/pod/perlunitut.pod b/pod/perlunitut.pod index 9c4f307..fc352d5 100644 --- a/pod/perlunitut.pod +++ b/pod/perlunitut.pod @@ -66,9 +66,6 @@ B, or B are made of characters. Bytes are irrelevant here, and so are encodings. Each character is just that: the character. -Text strings are also called B, because in Perl, every text -string is a Unicode string. - On a text string, you would do things like: $text =~ s/foo/bar/;