]> granicus.if.org Git - apache/commit
APACHE_XLATE, CHARSET_EBCDIC stuff:
authorJeff Trawick <trawick@apache.org>
Thu, 25 May 2000 20:51:25 +0000 (20:51 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 25 May 2000 20:51:25 +0000 (20:51 +0000)
commit78aba7227ff0f5e89574c9cd80c499c93b825fe0
treeb1caa99b116ebd9c6443d2c331e8764d4520b5f0
parentc7159757ec4e8ec8d756ebece4179a5929fb3348
APACHE_XLATE, CHARSET_EBCDIC stuff:
Provide new function ap_set_content_xlate() to simplify what needs
to be done to set up translation of content.  Use it where appropriate.

With this change, EBCDIC logic was tweaked so that ap_checkconv() does
not overlay a translation handle previously stored (e.g., by a module)
unless it is turning translation off.  Unless ap_checkconv() determines
that translation is inappropriate, it should leave the translation handle
alone.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85296 13f79535-47bb-0310-9956-ffa450edef68
include/util_charset.h
modules/http/http_core.c
modules/http/http_protocol.c
modules/http/http_request.c
server/Makefile.in
server/util_charset.c [new file with mode: 0644]
server/util_ebcdic.c