Message-Id: <
200105290203.DAA00825@crypt.compulink.co.uk>
Explanation why the $@ always gets the UTF8 flag when under use utf8--
because we told it to have the flag when under use utf8.
p4raw-id: //depot/perl@10278
}
else {
sv_setpvn(ERRSV, message, msglen);
- if (PL_hints & HINT_UTF8)
- SvUTF8_on(ERRSV);
- else
- SvUTF8_off(ERRSV);
}
}
else