Encode::Argv

Encode::Argv is a Perl module that will automatically mess with @ARGV's encoding.
Download

Encode::Argv Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Daisuke Maki
  • Publisher web site:
  • http://search.cpan.org/~dmaki/

Encode::Argv Tags


Encode::Argv Description

Encode::Argv is a Perl module that will automatically mess with @ARGV's encoding. Encode::Argv is a Perl module that will automatically mess with @ARGV's encoding.SYNOPSIS use Encode::Argv ('cp932'); # Now @ARGV is decoded unicode characters, decoded from cp932 use Encode::Argv ('cp932' => 'euc-jp'); # Now @ARGV is encoded into euc-jp after being decoded from cp932 use Encode::Argv; # Now @ARGV is decoded from whatever Term::Encoding thinks you are # using on your terminal. Requirements: · Perl


Encode::Argv Related Software