in reply to Unexpected utf8 in hash keys
use utf8; sub ff { die if utf8::is_utf8($_[0]); } ff(asd => 1);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Unexpected utf8 in hash keys (encoding)
by ikegami (Patriarch) on Feb 20, 2008 at 12:57 UTC | |
|
Re^2: Unexpected utf8 in hash keys (force_word)
by ikegami (Patriarch) on Feb 20, 2008 at 12:45 UTC | |
|
Re^2: Unexpected utf8 in hash keys (bug)
by ikegami (Patriarch) on Feb 20, 2008 at 12:03 UTC |