Modules

  • ABCDE
  • FGHIL
  • MNOPS
  • TUX

Tools

Encode::EBCDIC

Perl 5 version 12.0 documentation
Recently read

Encode::EBCDIC

NAME

Encode::EBCDIC - EBCDIC Encodings

SYNOPSIS

  1. use Encode qw/encode decode/;
  2. $posix_bc = encode("posix-bc", $utf8); # loads Encode::EBCDIC implicitly
  3. $utf8 = decode("", $posix_bc); # ditto

ABSTRACT

This module implements various EBCDIC-Based encodings. Encodings supported are as follows.

  1. Canonical Alias Description
  2. --------------------------------------------------------------------
  3. cp37
  4. cp500
  5. cp875
  6. cp1026
  7. cp1047
  8. posix-bc

DESCRIPTION

To find how to use this module in detail, see Encode.

SEE ALSO

Encode, perlebcdic