Hex to EBCDIC
Is there a simple way to convert hex strings to EBCDIC.
I have ,
String hex = "e6e6f0f0"
which needs to be converted to EBCDIC equivalent "WW00" according to the EBCDIC table http://www.legacyj.com/cobol/ebcdic.html
I dont want to setup an array of all the mapping values.