term::encoding(3pm) debian man page | unix.com

Man Page: term::encoding

Operating Environment: debian

Section: 3pm

Term::Encoding(3pm)					User Contributed Perl Documentation				       Term::Encoding(3pm)

NAME
Term::Encoding - Detect encoding of the current terminal
SYNOPSIS
use Term::Encoding qw(term_encoding); my $encoding = term_encoding; # ditto without exporting function use Term::Encoding; my $encoding = Term::Encoding::get_encoding();
DESCRIPTION
Term::Encoding is a simple module to detect an encoding the current terminal expects, in various ways.
AUTHORS
Tatsuhiko Miyagawa <miyagawa@bulknews.net> Audrey Tang <audreyt@audreyt.org>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Locale::Maketext::Lexicon perl v5.10.0 2006-07-14 Term::Encoding(3pm)
Related Man Pages
mail::spf::term(3) - mojave
mail::spf::term(3) - centos
template::provider::encoding(3pm) - debian
term::filter::callback(3pm) - debian
term::size::any(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Introduction
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?