]> granicus.if.org Git - apache/commit
On an EBCDIC machine, be willing to translate mod_autoindex-
authorJeff Trawick <trawick@apache.org>
Wed, 25 Oct 2000 17:32:52 +0000 (17:32 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 25 Oct 2000 17:32:52 +0000 (17:32 +0000)
commit6bd89dd03b52657d66a388ca59f6007f015e1b4c
treee883a4bb6d5b78a15a031c939a5acab62870bf4c
parent7d82e9d0d14e3a987470011beb2e43f1f2bc3b6f
On an EBCDIC machine, be willing to translate mod_autoindex-
generated output.  Otherwise, it doesn't look too cool.

XXX This isn't a perfect fix because this doesn't trigger us
to convert from the charset of the source code to ASCII.  The
general solution seems to be to allow a generator to set an
indicator in the r specifying that the body is coded in the
implementation character set (i.e., the charset of the source
code).  This would get several different types of documents
translated properly: mod_autoindex output, mod_status output,
mod_info output, hard-coded error documents, etc.

Problem reported by: Martin Kraemer

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86749 13f79535-47bb-0310-9956-ffa450edef68
modules/experimental/mod_charset_lite.c