jfroebe has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I've looked on cpan, google and super search. The problem I'm having is when perl 5.8.6 is installed on a linux box with the default character set of utf-8 (unicode), performing pod2usage(-verbose => 2) results in translating the single quote character ' into ā.
Does anyone know how to force pod::usage to print the correct character?
=head1 OPTIONS --version print versions of Modules, Perl, OS, Program info --debug 0 don't print debugging information (default)
Output:
OPTIONS --version print versions of Modules, Perl, OS, Program + info --debug 0 donāt print debugging information (default)
No one has seen what you have seen, and until that happens, we're all going to think that you're nuts. - Jack O'Neil, Stargate SG-1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: pod::usage and unicode
by Cody Pendant (Prior) on May 31, 2006 at 21:39 UTC | |
by jfroebe (Parson) on Jun 01, 2006 at 13:02 UTC | |
|
Re: pod::usage and unicode
by bpphillips (Friar) on Jun 01, 2006 at 13:55 UTC | |
by jfroebe (Parson) on Jun 01, 2006 at 16:12 UTC |