Remove false statement about Unicode strings
Karl Williamson [Sat, 24 Apr 2010 16:23:08 +0000 (10:23 -0600)]
It is simply not true that all text strings are Unicode strings in Perl.

pod/perlunitut.pod

index 9c4f307..fc352d5 100644 (file)
@@ -66,9 +66,6 @@ B<Text strings>, or B<character strings> 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<Unicode strings>, because in Perl, every text
-string is a Unicode string.
-
 On a text string, you would do things like:
 
     $text =~ s/foo/bar/;