perlunicode.pod: Remove false statement
authorKarl Williamson <public@khwilliamson.com>
Sat, 19 Feb 2011 17:13:41 +0000 (10:13 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 19 Feb 2011 18:47:41 +0000 (11:47 -0700)
In fact the code is such that changing an A to a cntrol does work

pod/perlunicode.pod

index 7f3a795..edb722d 100644 (file)
@@ -1499,12 +1499,7 @@ variable, see L<perlrun> for the documentation of the C<-C> switch.
 
 Perl tries really hard to work both with Unicode and the old
 byte-oriented world. Most often this is nice, but sometimes Perl's
-straddling of the proverbial fence causes problems.  Here's an example
-of how things can go wrong.  A locale can define a code point to be
-anything it wants.  It could make 'A' into a control character, for example.
-But strings encoded in utf8 always have Unicode semantics, so an 'A' in
-such a string is always an uppercase letter, never a control, no matter
-what the locale says it should be.
+straddling of the proverbial fence causes problems.
 
 =back