From dev-return-19059-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Sat Oct 06 02:01:19 2007 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 67812 invoked from network); 6 Oct 2007 02:01:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Oct 2007 02:01:17 -0000 Received: (qmail 65196 invoked by uid 500); 6 Oct 2007 02:01:05 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 65147 invoked by uid 500); 6 Oct 2007 02:01:05 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 65136 invoked by uid 99); 6 Oct 2007 02:01:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 19:01:04 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.202.165.95] (HELO smtpauth04.prod.mesa1.secureserver.net) (64.202.165.95) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 06 Oct 2007 02:01:06 +0000 Received: (qmail 24697 invoked from network); 6 Oct 2007 02:00:45 -0000 Received: from unknown (24.15.193.17) by smtpauth04.prod.mesa1.secureserver.net (64.202.165.95) with ESMTP; 06 Oct 2007 02:00:45 -0000 Message-ID: <4706EC4C.3010709@rowe-clan.net> Date: Fri, 05 Oct 2007 21:00:44 -0500 From: "William A. Rowe, Jr." User-Agent: Thunderbird 1.5.0.12 (X11/20070719) MIME-Version: 1.0 To: Jeff Trawick CC: dev@apr.apache.org Subject: Re: compile failure in server/util_ebcdic.c, due to native iconv needing charset string "ISO8859-1" References: <3ce0569d0710030554l14030df1o1e27b6b726f36a16@mail.gmail.com> <4706DFEE.5010408@rowe-clan.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Jeff Trawick wrote: > On 10/5/07, William A. Rowe, Jr. wrote: >> I really wonder, if z/OS is so crippled, if we shouldn't simply >> recommend using apr-iconv? > > that's a lot of punishment for not supporting "ISO-8859-1" ;) users > of apr apps can't use the same transformations that they use with > other apps (ftp, telnet, and everything else) Recommend isn't punishment (demand might be ;-) But my question is, if this is unrecognized, the default iconv is likely to have other deficiencies. I will be rolling apr 1.2.1 shortly based on win32 build fixes, and would encourage any patches which make it easier to (optionally) build this on unix and derivatives.