From: Karl Williamson Date: Sat, 24 Apr 2010 16:23:08 +0000 (-0600) Subject: Remove false statement about Unicode strings X-Git-Tag: v5.13.1~151 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/80008eb3e450496f17610b8bfc820f627a758a13 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/;