public static void main(String[] args){ //ASCIIToEBCDIC("in.txt","out.txt"); EBCDICToASCII("in.txt","out.txt"); } }
摘自 心飞扬