SvUTF8() for globs.
authorBrian Fraser <fraserbn@gmail.com>
Mon, 18 Jul 2011 16:36:09 +0000 (17:36 +0100)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 6 Oct 2011 20:01:01 +0000 (13:01 -0700)
commitbc1c56e9ff3236b7b36e9c6b40be78049dc44505
treec0d903be735d6c02d8e7c070109e6dbecb2df717
parent20980f0122d374b4a9d072436ef0415126f941de
SvUTF8() for globs.

This turns on the GV's UTF8 flag in sv.c when the GV is stringified.
This works the same way overloading and references work, in that the
SvUTF8 flag is only valid immediately after SvPV.

For Nick's much more detailed explanation, see
http://www.nntp.perl.org/group/perl.perl5.porters/2011/07/msg174703.html
sv.c