You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Eric Covener <co...@gmail.com> on 2013/12/15 01:32:06 UTC

Re: svn commit: r1530799 - in /apr/apr/branches/1.5.x: ./ encoding/ include/ include/private/ test/ tools/

On Wed, Oct 9, 2013 at 5:24 PM,  <mi...@apache.org> wrote:
> +/* helper for Latin1 <-> entity encoding */
> +#if APR_CHARSET_EBCDIC
> +#include "apr_xlate.h"

I didn't notice it at the time -- this is an APR dependency on APU,
which works in trunk but not in 1.5.x.

Re: svn commit: r1530799 - in /apr/apr/branches/1.5.x: ./ encoding/ include/ include/private/ test/ tools/

Posted by Eric Covener <co...@gmail.com>.
On Sat, Dec 14, 2013 at 7:32 PM, Eric Covener <co...@gmail.com> wrote:
> On Wed, Oct 9, 2013 at 5:24 PM,  <mi...@apache.org> wrote:
>> +/* helper for Latin1 <-> entity encoding */
>> +#if APR_CHARSET_EBCDIC
>> +#include "apr_xlate.h"
>
> I didn't notice it at the time -- this is an APR dependency on APU,
> which works in trunk but not in 1.5.x.

Seems like that's just the start for the EBCDIC path. Even in trunk,
it uses e.g. ap_hdrs_to_ascii.