Add support for different message body encoding than ASCII

Issue #24 resolved
Mihael Schmidt repo owner created an issue

The Content-Type HTTP header can contain the charset for the message body. It needs to be mapped to the corresponding CCSID. Then the message body needs to be converted using that CCSID.

Note: The message header needs to be converted from ASCII as it is always in ASCII.

Comments (2)

  1. Log in to comment