This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: mention need to update unicode pods
authorKarl Williamson <public@khwilliamson.com>
Thu, 9 Dec 2010 03:54:26 +0000 (20:54 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 11 Dec 2010 23:10:10 +0000 (16:10 -0700)
pod/perldelta.pod

index 79d5985..ec7c1a5 100644 (file)
@@ -94,6 +94,10 @@ L<perlunicode/The "Unicode Bug"> for details.)  If their is a
 possibility that your code will process Unicode strings, you are
 B<strongly> encouraged to use this subpragma to avoid nasty surprises.
 
+This availability of this should strongly affect the whole tone of
+various documents, such as L<perlunicode> and L<perluniintro>, but this
+work has not been done yet.
+
 =head2 Exception Handling Backcompat Hack
 
 When an exception is thrown in an C<eval BLOCK>, C<$@> is now set before