]> granicus.if.org Git - apache/commit
Introduce ap_xlate_proto_{to|from}_ascii() to clean up some of
authorJeff Trawick <trawick@apache.org>
Thu, 26 Oct 2000 10:48:28 +0000 (10:48 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 26 Oct 2000 10:48:28 +0000 (10:48 +0000)
commit6217bc8f88fe0a734478a70b872fa5bb062dd559
tree3df3d2866a7d6406244389ce4a36dacd99a7bcb4
parent66f97567e9c89cb112f701e3eb9907eeeacdccf5
 Introduce ap_xlate_proto_{to|from}_ascii() to clean up some of
the EBCDIC support.  They are noops on ASCII machines, so this
type of translation doesn't have to be surrounded by #ifdef
CHARSET_EBCDIC.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86751 13f79535-47bb-0310-9956-ffa450edef68
include/util_ebcdic.h
modules/http/http_core.c
server/rfc1413.c
server/util_ebcdic.c