How to change HEX value to EBCDIC char
2 answers
The simplest and most efficient solution would probably be to write the lookup-table yourself, based on for example http://www.natural-innovations.com/computing/asciiebcdic.html .
More solutions can be found here .
+1
a source to share