ebcdic
index
/Users/schwehr/projects/xcore/src/segy-py/ebcdic.py

 
Functions
       
AsciiToEbcdic(str)
Return the ASCII string str in EBCDIC form.
EbcdicToAscii(str)
Test()

 
Data
        __author__ = 'Don Perterson'
a2eG = [0, 1, 2, 3, 55, 45, 46, 47, 22, 5, 37, 11, 12, 13, 14, 15, 16, 17, 18, 19, ...]
e2aG = [0, 1, 2, 3, 156, 9, 134, 127, 151, 141, 142, 11, 12, 13, 14, 15, 16, 17, 18, 19, ...]
x = '\xc3\xf0\xf1@\xc3\xd3\xc9\xc5\xd5\xe3@\xe6\xc5\xe2\xe3\xc5\xd9\xd5\xc7\xc5\xc3@@@@@@@@@@@@@\xc3\xd6\xd4\xd7\xc1\xd5\xe8@@@@@@@...@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@'

 
Author
        Don Perterson