Change 19960 by [EMAIL PROTECTED] on 2003/07/03 13:43:42

        perldelta tweaks.

Affected files ...

... //depot/maint-5.8/perl/pod/perldelta.pod#17 edit

Differences ...

==== //depot/maint-5.8/perl/pod/perldelta.pod#17 (text) ====
Index: perl/pod/perldelta.pod
--- perl/pod/perldelta.pod#16~19953~    Thu Jul  3 04:08:58 2003
+++ perl/pod/perldelta.pod      Thu Jul  3 06:43:42 2003
@@ -119,7 +119,7 @@
 
 now do localise variables, given that the $x is a valid variable name.
 
-=head2 Unicode Character Database
+=head2 Unicode Character Database 4.0.0
 
 Unicode Character Database has been updated to 4.0.0 from 3.2.0.
 
@@ -427,14 +427,17 @@
 
 Perl_save_bool() has been added.
 
+utf8::is_utf8() has been added as a quick way to test whether
+a scalar is encoded internally in UTF-8 (Unicode).
+
 -DL removed; verbose modifier v added for -DXv and -Dsv, see L<perlrun>.
 
 =head1 New Tests
 
 In Perl 5.8.0 there were about 69000 separate tests in about 700 test files,
 in Perl 5.8.1 there are about 75000 separate tests in about 750 test files.
-The exact numbers depend on the Perl configuration and on the
-operating system platform.
+The exact numbers depend on the Perl configuration and on the operating
+system platform.
 
 =head1 Known Problems
 
@@ -472,7 +475,8 @@
 program included with your release.  Be sure to trim your bug down
 to a tiny but sufficient test case.  Your bug report, along with the
 output of C<perl -V>, will be sent off to [EMAIL PROTECTED] to be
-analysed by the Perl porting team.
+analysed by the Perl porting team.  You can browse and search
+the Perl 5 bugs at http://bugs.perl.org/
 
 =head1 SEE ALSO
 
End of Patch.

Reply via email to