Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
authorHugo van der Sanden <hv@crypt.org>
Tue, 29 May 2001 03:03:45 +0000 (04:03 +0100)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 29 May 2001 02:15:24 +0000 (02:15 +0000)
commit081e4e8ae6719b3a129e78ce5bbd1f8db2638dcc
tree177e8b6ebf6b402ccf30bff91ac04fb242438358
parent8fe05de6219a82cdabb2b00b140842462585472b
Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
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
pp_ctl.c