Query: term::encoding
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Term::Encoding(3pm) User Contributed Perl Documentation Term::Encoding(3pm)NAMETerm::Encoding - Detect encoding of the current terminalSYNOPSISuse Term::Encoding qw(term_encoding); my $encoding = term_encoding; # ditto without exporting function use Term::Encoding; my $encoding = Term::Encoding::get_encoding();DESCRIPTIONTerm::Encoding is a simple module to detect an encoding the current terminal expects, in various ways.AUTHORSTatsuhiko Miyagawa <miyagawa@bulknews.net> Audrey Tang <audreyt@audreyt.org>LICENSEThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.SEE ALSOLocale::Maketext::Lexicon perl v5.10.0 2006-07-14 Term::Encoding(3pm)