Character conversion

Issue #5 resolved
Mihael Schmidt repo owner created an issue

The data (at least the url and the header) will be in ASCII character code. They must be converted to the system EBCDIC CCSID.

Comments (2)

  1. Mihael Schmidt reporter

    iconv is used for character conversion. Data will be converted from ASCII (819) to the native CCSID.

    The service data structure holds the iconv conversion descriptor for both ways of conversion (to and from). They will be closed on service finalization.

    The pointer of the service is set in the connection on the user data pointer. By utilizing the user data pointer the service data structure is also available in the event handler.

  2. Log in to comment