One would hope that...
use utf8;
... would be sufficient, as that's how you tell Perl that some code is in UTF-8. It doesn't look like App::Cmd::Command pays heed to this though (see the abstract method defined therein).
I'd argue that this is a bug.
Personally I'd just do:
use utf8; use constant abstract => q(go to the café);
In reply to Re: App::Cmd::Command and abstract encoding
by tobyink
in thread App::Cmd::Command and abstract encoding
by McA
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |