This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add UTF8 flag to keys returned by B::HV->ARRAY
authorReini Urban <rurban@x-ray.at>
Wed, 13 Nov 2013 19:18:09 +0000 (13:18 -0600)
committerTony Cook <tony@develop-help.com>
Mon, 18 Nov 2013 04:18:43 +0000 (15:18 +1100)
commitfa0789a79059cdefbf7197a9330c0fd6a06011b2
tree47b44acb6401009316775c380481a63bb61a62bb
parentcc54be842f98c857dd862cc0172a4cc56973c027
Add UTF8 flag to keys returned by B::HV->ARRAY

hv_iternextsv() ignores the HEK flags, but we do care about the UTF8 flag
at least when returning hash keys from B::HV->ARRAY
ext/B/B.xs