Term::Encoding - Detect encoding of the current terminal


Term-Encoding documentation  | view source Contained in the Term-Encoding distribution.

Index


NAME

Top

Term::Encoding - Detect encoding of the current terminal

SYNOPSIS

Top

  use Term::Encoding qw(term_encoding);
  my $encoding = term_encoding;

  # ditto without exporting function
  use Term::Encoding;
  my $encoding = Term::Encoding::get_encoding();

DESCRIPTION

Top

Term::Encoding is a simple module to detect an encoding the current terminal expects, in various ways.

AUTHORS

Top

Tatsuhiko Miyagawa <miyagawa@bulknews.net>

Audrey Tang <audreyt@audreyt.org>

LICENSE

Top

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Top

Locale::Maketext::Lexicon


Term-Encoding documentation  | view source Contained in the Term-Encoding distribution.