Fix bug 32294 - index()/rindex() ignore UTF8 flag
authorNicholas Clark <nick@ccl4.org>
Tue, 11 Jan 2005 19:10:20 +0000 (19:10 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 11 Jan 2005 19:10:20 +0000 (19:10 +0000)
commite609e5866582a76dcfe889f9b46e4909b2f0b543
tree1598ae77df9042967af7d50d26903e5ae6e5212a
parent57f5baf2d376469520fedfc328fdf51d005eafe3
Fix bug 32294 - index()/rindex() ignore UTF8 flag
(for cases of mixed UTF8/bytes)
Test code based on bug report by John Gardiner Myers

p4raw-id: //depot/perl@23782
pp.c
t/op/index.t