I have an application which converts ASCII encoded file to EBCDIC encoded file. My problem is that, whenever I try to use other conversion tool(EBCDIC to ASCII), I am having a problem.
This is where I got my codes http://support.microsoft.com/kb/216399
CS?NTPRC?37-MAY MTLAW 4RY? – This should be the result looks like.
CcCs@@CnCtCp$$CrCc@@C?C?-CmCaCy CmCtClCaCw C?$$CrCy@@CmCtClCaCw$$ – This content of my file.
Don’t use that code, dealing with different encodings is very well supported in .NET:
Just swap the Encodings if you want to convert the opposite way.