File: README

package info (click to toggle)
libterm-encoding-perl 0.03-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 112 kB
  • sloc: perl: 53; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 723 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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

    Locale::Maketext::Lexicon