This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Mention that bug 24846 is fixed (utf8 join)
authorNicholas Clark <nick@ccl4.org>
Wed, 14 Jan 2004 14:45:07 +0000 (14:45 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 14 Jan 2004 14:45:07 +0000 (14:45 +0000)
p4raw-id: //depot/maint-5.8/perl@22142

pod/perl583delta.pod

index 18057af..2967647 100644 (file)
@@ -105,6 +105,11 @@ Using substr() on a UTF8 string could cause subsequent accesses on that
 string to return garbage. This was due to incorrect UTF8 offsets being
 cached, and is now fixed.
 
+join() could return garbage when the same join() statement was used to
+process 8 bit data having earlier processed UTF8 data, due to the flags
+on that statement's temporary workspace not being reset correctly. This
+is now fixed.
+
 C<$a .. $b> will now work as expected when either $a or $b is C<undef>
 
 Using Unicode keys with tied hashes should now work correctly.