show/hide this revision's text 2 Typofix

Convert String from ASCII to EBCDI EBCDIC in Java?

show/hide this revision's text 1

Convert String from ASCII to EBCDI in Java?

Hello,

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 to find a easy solution (maybe coz there isn't one :( ). I was hoping for an opensource util or paid for util that has already been written.

Like this maybe?

Converter.convertToAscii(String textFromAS400)
Converter.convertToEBCDIC(String textFromJava)

Thanks,

Scott