|
ASCII to EBCDIC conversion
Hi,
i have a java code which will convert text file to xml file. The output xml file generated is in ASCII. But i have to encode the file into EBCDIC. Please provide me some code to encode my xml file from ASCII to EBCDIC.
Thanks in advance.
|