I am processing a file (from a mainframe system) containing fixed width records which are encoded in EBCDIC.
I've opened the file and read the lines into a byte array (byte[]).
I'm wondering how I can convert this byte array into ASCII or Unicode.
Thanks for your help.
Start Free Trial