Add support to return response data in requested character set

Issue #23 resolved
Mihael Schmidt repo owner created an issue

Currently everything is expected to be encoded and return encoded in ASCII.

This should be changed to the stated character set encoding in the request header.

Comments (3)

  1. Mihael Schmidt reporter

    data is now converted to the requested charset on sending (normal and chunked), resolved issue #23

    First the Accept-Charset header will be checked if present. If this HTTP header entry is not present the Accept HTTP header entry will be parsed if present. If none are present the data will be sent in CCSID 819 (ASCII).

    → <<cset 057bb38b00d4>>

  2. Log in to comment