In building an RPC application between an IBM host and an
ASCII client (e.g., MS-DOS and MS-Windows), am I going to
need to do the EBCDIC/ASCII translation myself? Are there
any other gotchas specific to using RPC in this environment?
I'm trying to put together a network API that is callable from
ASCII clients to servers based on UNIX, VMS, and IBM mainframes.
I'm wondering whether there is a clean way to do this so
that the client doesn't need to know where the server is and what
kind of OS it is running ahead of time.