Tagged Questions

1
vote
3answers
96 views

C code to convert EBCDIC printables to ASCII in-place

What is the simplest way in C to convert an EBCDIC-encoded string to its ASCII equivalent in-place. The only characters that need to be converted are the space, alphanumerics, and from the set ...