BRADENSTOKE
Programmer
Does anyone know of a Component/Algorithm to convert ebcdic data to ascii using Delphi 4 Professional ?
I have sucessfully converted files from one AS400 using a simple if list, ie:
if Ch = 'â' then Ch := 'B'; etc.
This converts all the files from that server OK but only part converts files from another server.
I know ebcdic is 8 bit and ascii 7 bit and there are 4 tables and versions involved, it is a mystery to me.
Any help on how to start with ebcdic would be greatly appreciated.
I have sucessfully converted files from one AS400 using a simple if list, ie:
if Ch = 'â' then Ch := 'B'; etc.
This converts all the files from that server OK but only part converts files from another server.
I know ebcdic is 8 bit and ascii 7 bit and there are 4 tables and versions involved, it is a mystery to me.
Any help on how to start with ebcdic would be greatly appreciated.