This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
UTF8ize split() so that the cloned substrings get the UTF8
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 6 Oct 2000 20:51:48 +0000 (20:51 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 6 Oct 2000 20:51:48 +0000 (20:51 +0000)
commit28cb335941d0814ffcf5fac9c747a344a59ce5dc
tree7706e4c78cfcdc6a61023fc3ece5eafd54df7bbe
parentf130fd4589cf5fbb24149cd4db4137c8326f49c1
UTF8ize split() so that the cloned substrings get the UTF8
flag of the original scalar.  Problem reported by Simon Cozens.

p4raw-id: //depot/perl@7164
pp.c
t/pragma/utf8.t