This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
split() utf8 fixes. Should fix both 20001014.001 and 20000426.003.
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 15 Oct 2000 15:19:29 +0000 (15:19 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 15 Oct 2000 15:19:29 +0000 (15:19 +0000)
commit93f04dac2ed878fbeae5ba64df628ed3ab0b6e21
tree6a8cdf1a14fe7c3cf774c2445401be66cff399aa
parent2a9c8e45b384ebf49f1c7a8f39efef187bdbfb6f
split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
The problem was that rx->minlen was in chars while pp_split()
thought it would be in bytes.

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