I need to write a \'simple\' util to convert from ASCII to EBCDIC?
The Ascii is coming from Java, Web and going to an AS400. I\'ve had a google around, can\'t seem
You can create one yoursef with this translation table.
But here is a site that has a link to a Java example.