perldoc > Encode::EBCDIC

πŸ“› NAME

Encode::EBCDIC - EBCDIC Encodings

πŸš€ Quick Reference

Use CaseCommandDescription
Encode UTF‑8 to EBCDIC (posix-bc)encode("posix-bc", $utf8)Converts Perl internal UTF‑8 string to IBM EBCDIC POSIX-BC encoding
Decode EBCDIC to UTF‑8decode("posix-bc", $ebcdic)Converts EBCDIC data back to Perl internal UTF‑8 string
Load specific EBCDIC encodinguse Encode qw/encode decode/Imports encode/decode functions; Encode::EBCDIC loaded automatically on first use

πŸ“ 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.

CanonicalAliasDescription
cp37IBM 037 (EBCDIC Latin‑1)
cp500IBM 500 (EBCDIC Latin‑1 with €)
cp875IBM 875 (EBCDIC Greek)
cp1026IBM 1026 (EBCDIC Turkish)
cp1047IBM 1047 (EBCDIC Latin‑1 Open Systems)
posix-bcPOSIX-BC (EBCDIC)

πŸ“– DESCRIPTION

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

πŸ‘€ SEE ALSO

Encode, perlebcdic

Encode::EBCDIC
πŸ“› NAME πŸš€ Quick Reference πŸ“ SYNOPSIS πŸ“„ ABSTRACT πŸ“– DESCRIPTION πŸ‘€ SEE ALSO

Generated by phpman v4.9.26-5-g7740029 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-12 04:58 @216.73.217.145
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!