diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-25 19:46:35 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-25 19:46:35 +0000 |
commit | 8704cfd1a347046a167dba58599b1763b16b106d (patch) | |
tree | 1dc083f738fef5e8de09abba201904913d2aa47c | |
parent | a816e127cfb127a69d7fda96f6bd005dfb78cb54 (diff) | |
download | perl-8704cfd1a347046a167dba58599b1763b16b106d.tar.gz |
No =head.
p4raw-id: //depot/perl@14871
-rw-r--r-- | pod/perlebcdic.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlebcdic.pod b/pod/perlebcdic.pod index 9304fc3cce..6339bb4c2e 100644 --- a/pod/perlebcdic.pod +++ b/pod/perlebcdic.pod @@ -104,7 +104,7 @@ representation of the Unicode standard that looks very much like ASCII. UTF-EBCDIC is an attempt to represent Unicode characters in an EBCDIC transparent manner. -=head Using Encode +=head2 Using Encode Starting from Perl 5.8 you can use the standard new module Encode to translate from EBCDIC to Latin-1 code points |