package Encode::EBCDIC;
use strict;
use warnings;
use Encode;
our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r };
use XSLoader;
XSLoader::load( __PACKAGE__, $VERSION );
1;
__END__
=head1 NAME
Encode::EBCDIC - EBCDIC Encodings
=head1 SYNOPSIS
use Encode qw/encode decode/;
$posix_bc = encode("posix-bc", $utf8); # loads Encode::EBCDIC implicitly
$utf8 = decode("", $posix_bc); # ditto
=head1 ABSTRACT
This module implements various EBCDIC-Based encodings. Encodings
supported are as follows.
Canonical Alias Description
--------------------------------------------------------------------
cp37
cp500
cp875
cp1026
cp1047
posix-bc
=head1 DESCRIPTION
To find how to use this module in detail, see L<Encode>.
=head1 SEE ALSO
L<Encode>, L<perlebcdic>
=cut
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| CN | Folder | 0755 |
|
|
| JP | Folder | 0755 |
|
|
| KR | Folder | 0755 |
|
|
| MIME | Folder | 0755 |
|
|
| Unicode | Folder | 0755 |
|
|
| Alias.pm | File | 12.25 KB | 0644 |
|
| Byte.pm | File | 2.37 KB | 0644 |
|
| CJKConstants.pm | File | 1.64 KB | 0644 |
|
| CN.pm | File | 1.99 KB | 0644 |
|
| Changes.e2x | File | 179 B | 0644 |
|
| Config.pm | File | 5.92 KB | 0644 |
|
| ConfigLocal_PM.e2x | File | 184 B | 0644 |
|
| EBCDIC.pm | File | 865 B | 0644 |
|
| Encoder.pm | File | 6.17 KB | 0644 |
|
| Encoding.pm | File | 8.85 KB | 0644 |
|
| GSM0338.pm | File | 11.6 KB | 0644 |
|
| Guess.pm | File | 9.88 KB | 0644 |
|
| JP.pm | File | 2.62 KB | 0644 |
|
| KR.pm | File | 1.91 KB | 0644 |
|
| Makefile_PL.e2x | File | 5.05 KB | 0644 |
|
| PerlIO.pod | File | 5.92 KB | 0644 |
|
| README.e2x | File | 553 B | 0644 |
|
| Supported.pod | File | 28.06 KB | 0644 |
|
| Symbol.pm | File | 847 B | 0644 |
|
| TW.pm | File | 2.24 KB | 0644 |
|
| Unicode.pm | File | 8.72 KB | 0644 |
|
| _PM.e2x | File | 250 B | 0644 |
|
| _T.e2x | File | 151 B | 0644 |
|
| encode.h | File | 4.05 KB | 0644 |
|