I tried following code without success. Looks like return only octets instead of string...
(tied %data)->filter_fetch_key( sub { decode('utf8', $_); } ); print join(', ', keys %data), "\n";
But this code produces correct output
print join(', ', map { decode('utf8', $_) } keys %data), "\n";Another hint?
In reply to Re:^2 DBM modules and unicode keys
by ph0enix
in thread DBM modules and unicode keys
by ph0enix
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |