I'd expect both of the following calls to output the same thing, so I think it's a bug.
use utf8; sub ff { print utf8::is_utf8($_[0]) ? 1 : 0, "\n"; } ff(asd => 1); # 1 ff("asd"); # 0
Tested in 5.8.8 and 5.10.0.
In reply to Re^2: Unexpected utf8 in hash keys (bug)
by ikegami
in thread Unexpected utf8 in hash keys
by kappa
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |