Seth Woolley's Man Viewer

Encode::EBCDIC(3) - Encode::EBCDIC - EBCDIC Encodings - man 3 Encode::EBCDIC

([section] manual, -k keyword, -K [section] search, -f whatis)
man plain no title

Encode::EBCDIC(3)      Perl Programmers Reference Guide      Encode::EBCDIC(3)



NAME
       Encode::EBCDIC - EBCDIC Encodings

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

ABSTRACT
       This module implements various EBCDIC-Based encodings.  Encodings sup-
       ported are as follows.

         Canonical   Alias             Description
         --------------------------------------------------------------------
         cp37
         cp500
         cp875
         cp1026
         cp1047
         posix-bc

DESCRIPTION
       To find how to use this module in(1,8) detail, see Encode.

SEE ALSO
       Encode, perlebcdic



perl v5.8.5                       2001-09-21                 Encode::EBCDIC(3)

References for this manual (incoming links)