-
-
22 Mar 2019 06:26:01 UTC
- Distribution: Term-Encoding
- Module version: 0.03
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (4985 / 0 / 0)
- Kwalitee
Bus factor: 1- 71.93% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (9.91KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- none
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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>
COPYRIGHT
Copyright 2019 Tatsuhiko Miyagawa
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Module Install Instructions
To install Term::Encoding, copy and paste the appropriate command in to your terminal.
cpanm Term::Encoding
perl -MCPAN -e shell install Term::Encoding
For more information on module installation, please visit the detailed CPAN module installation guide.