This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Avoid needless use of UTF8=1 format [RT#56336]
authorEric Brine <ikegami@adaelis.com>
Sun, 22 Aug 2010 05:17:26 +0000 (22:17 -0700)
committerRafael Garcia-Suarez <rgs@consttype.org>
Mon, 30 Aug 2010 22:19:35 +0000 (00:19 +0200)
commit37bb7629a18d7cb6c4b7296491831c35197edbde
tree5d1de89fcd2258e2a35a8fbf7111d84e45fa8b79
parent96d9949f9ef2c5c9eb1346746102adfa7f3dfaeb
Avoid needless use of UTF8=1 format [RT#56336]

Some literals (e.g. q'abc') don't set the UTF8 flag for pure ASCII literals.
Others (e.g. -abc) do. This should be consistent.
lib/utf8.t
toke.c