Query: encode::ebcdic
OS: debian
Section: 3perl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Encode::EBCDIC(3perl) Perl Programmers Reference Guide Encode::EBCDIC(3perl)NAMEEncode::EBCDIC - EBCDIC EncodingsSYNOPSISuse Encode qw/encode decode/; $posix_bc = encode("posix-bc", $utf8); # loads Encode::EBCDIC implicitly $utf8 = decode("", $posix_bc); # dittoABSTRACTThis module implements various EBCDIC-Based encodings. Encodings supported are as follows. Canonical Alias Description -------------------------------------------------------------------- cp37 cp500 cp875 cp1026 cp1047 posix-bcDESCRIPTIONTo find how to use this module in detail, see Encode.SEE ALSOEncode, perlebcdic perl v5.14.2 2010-12-30 Encode::EBCDIC(3perl)
Related Man Pages |
---|
encode::cn(3pm) - redhat |
encode::kr(3pm) - mojave |
encode::kr5.12(3pm) - osx |
encode::byte(3perl) - debian |
encode::cn(3perl) - debian |
Similar Topics in the Unix Linux Community |
---|
Pack and unpack localtime in perl script |