APR_DEFAULT_CHARSET   32 server/util_ebcdic.c     rv = apr_xlate_open(&ap_hdrs_to_ascii, "ISO-8859-1", APR_DEFAULT_CHARSET, pool);
APR_DEFAULT_CHARSET   39 server/util_ebcdic.c     rv = apr_xlate_open(&ap_hdrs_from_ascii, APR_DEFAULT_CHARSET, "ISO-8859-1", pool);
APR_DEFAULT_CHARSET   71 srclib/apr-util/xlate/xlate.c     if (page == APR_DEFAULT_CHARSET) {
APR_DEFAULT_CHARSET 2001 support/ab.c       status = apr_xlate_open(&to_ascii, "ISO-8859-1", APR_DEFAULT_CHARSET, cntxt);
APR_DEFAULT_CHARSET 2006 support/ab.c       status = apr_xlate_open(&from_ascii, APR_DEFAULT_CHARSET, "ISO-8859-1", cntxt);
APR_DEFAULT_CHARSET  150 support/htdbm.c     rv = apr_xlate_open(&((*hdbm)->to_ascii), "ISO-8859-1", APR_DEFAULT_CHARSET, (*hdbm)->pool);
APR_DEFAULT_CHARSET  203 support/htdigest.c     rv = apr_xlate_open(&to_ascii, "ISO-8859-1", APR_DEFAULT_CHARSET, cntxt);
APR_DEFAULT_CHARSET  446 support/htpasswd.c     rv = apr_xlate_open(&to_ascii, "ISO-8859-1", APR_DEFAULT_CHARSET, pool);