Skip to content

andymememe/PyEBCDIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyEBCDIC

A EBCDIC parsing and encoding tool.

Usage

Punched Card to Text

python EBCDICPCParser.py [Punched Card File] [Output File]

Text to Punched Card

python EBCDICToPC.py [Text File] [Output File]

About Punched Card File

'(space)' means not punched.
'0' means punched.
The characters in each line maps to 'YX0123456789' of IBM 80-column punched card.

EBCDIC Table

Link

About

A EBCDIC parsing and encoding tool.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages