CARVIEW |
Select Language
HTTP/2 200
server: nginx
content-type: text/html;charset=UTF-8
content-encoding: gzip
content-security-policy: default-src 'self'; connect-src 'self' *.google-analytics.com; img-src 'self' data: www.google-analytics.com www.googletagmanager.com; script-src 'self' 'unsafe-inline' www.google-analytics.com www.googletagmanager.com; style-src 'self'; report-uri /csp-reports
accept-ranges: bytes
age: 0
date: Tue, 29 Jul 2025 08:01:09 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210047-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753776069.784776,VS0,VE856
vary: Accept-Encoding
strict-transport-security: max-age=31557600
content-length: 3085
Encode::EBCDIC - EBCDIC Encodings - Perldoc Browser
CONTENTS
#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 supported are as follows.
Canonical Alias Description
--------------------------------------------------------------------
cp37
cp500
cp875
cp1026
cp1047
posix-bc
#DESCRIPTION
To find how to use this module in detail, see Encode.
#SEE ALSO
Perldoc Browser is maintained by Dan Book (DBOOK). Please contact him via the GitHub issue tracker or email regarding any issues with the site itself, search, or rendering of documentation.
The Perl documentation is maintained by the Perl 5 Porters in the development of Perl. Please contact them via the Perl issue tracker, the mailing list, or IRC to report any issues with the contents or format of the documentation.