[perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning
authorDave Mitchell <davem@fdisolutions.com>
Fri, 8 Jul 2005 01:43:24 +0000 (01:43 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Fri, 8 Jul 2005 01:43:24 +0000 (01:43 +0000)
commit809e8e66a971d59a948ca995e08b228927d82c66
tree33609227a5c39d8275b46495de836f85a5eaa912
parent27cc343c4fb8030e5afb7c3824647d9e5e1d08d6
[perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning
$utf8 =~ /latin/i didn't match.
Also added TODO for $latin =~ /utf8/i which also fails

p4raw-id: //depot/perl@25095
t/op/pat.t
utf8.c