summaryrefslogtreecommitdiff
path: root/utfebcdic.h
diff options
context:
space:
mode:
authorAnton Tagunov <tagunov@motor.ru>2002-03-12 03:20:21 +0300
committerAbhijit Menon-Sen <ams@wiw.org>2002-03-12 05:34:49 +0000
commit431fc77363b071b73d76e659fec0af1d30fdb146 (patch)
tree3c4dde314d3e5af386a48a6eee3cfd59b775cec8 /utfebcdic.h
parent586b0d7df6c91e7e6a25288bce7e964b25d1e0fe (diff)
downloadperl-431fc77363b071b73d76e659fec0af1d30fdb146.tar.gz
minor patch for comment in utfebcdic.h
Message-Id: <13817376786.20020312002021@motor.ru> p4raw-id: //depot/perl@15189
Diffstat (limited to 'utfebcdic.h')
-rw-r--r--utfebcdic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utfebcdic.h b/utfebcdic.h
index 7cf44dfac0..7931940e46 100644
--- a/utfebcdic.h
+++ b/utfebcdic.h
@@ -101,7 +101,7 @@ EXTCONST unsigned char PL_a2e[] = { /* ASCII (iso-8859-1) to EBCDIC (IBM-1047) *
0x8C, 0x49, 0xCD, 0xCE, 0xCB, 0xCF, 0xCC, 0xE1, 0x70, 0xDD, 0xDE, 0xDB, 0xDC, 0x8D, 0x8E, 0xDF
};
-EXTCONST unsigned char PL_e2a[] = { /* ASCII (iso-8859-1) to EBCDIC (IBM-1047) */
+EXTCONST unsigned char PL_e2a[] = { /* EBCDIC (IBM-1047) to ASCII (iso-8859-1) */
0x00, 0x01, 0x02, 0x03, 0x9C, 0x09, 0x86, 0x7F, 0x97, 0x8D, 0x8E, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F,
0x10, 0x11, 0x12, 0x13, 0x9D, 0x0A, 0x08, 0x87, 0x18, 0x19, 0x92, 0x8F, 0x1C, 0x1D, 0x1E, 0x1F,
0x80, 0x81, 0x82, 0x83, 0x84, 0x85, 0x17, 0x1B, 0x88, 0x89, 0x8A, 0x8B, 0x8C, 0x05, 0x06, 0x07,