[Apache]
Package Name: charset conversion
Global Variables
-
extern apr_xlate_t *ap_hdrs_from_ascii;
-
On EBCDIC machine this is a translation handle used to translate the
headers from ASCII to the local machine format after network transmission.
On an ASCII machine this is NULL
-
extern apr_xlate_t *ap_hdrs_to_ascii;
-
On EBCDIC machine this is a translation handle used to translate the
headers from the local machine format to ASCII for network transmission.
On an ASCII machine this is NULL
-
extern apr_xlate_t *ap_locale_from_ascii;
-
On EBCDIC machine this is a translation handle used to translate the
content from ASCII to the local machine format after network transmission.
On an ASCII machine this is NULL
-
extern apr_xlate_t *ap_locale_to_ascii;
-
On EBCDIC machine this is a translation handle used to translate the
content from the local machine format to ASCII for network transmission.
On an ASCII machine this is NULL
© 2000 [Apache Software Foundation]
Generated by ScanDoc 0.14
Last Updated: Fri Apr 14 12:43:20 2006